C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn |
||
|---|---|---|
| .. | ||
| TestPow2.java | ||
C2 treats x^2 as a special case and computes x * x while the interpreter and c1 don't have special case code for X^2. Reviewed-by: kvn |
||
|---|---|---|
| .. | ||
| TestPow2.java | ||