Hi All!
Why Java compiler always generates IDIV instruction to perform INTEGER division of integer LITERALS at run-time instead of evaluate it at compile time (as it does for FP division)? Is there any reason? Where this behavior is described in documentation (IMHO JLS and JVMS does not state anything).
BR, Gennadiy