Comment on Why is 2 * (i * i) faster than 2 * i * i in Java?parentComments−saagarjha7yTried what specifically? This particular example, or something similar where the compiler generates code with different speeds for seemingly equivalent code?
Comments
Tried what specifically? This particular example, or something similar where the compiler generates code with different speeds for seemingly equivalent code?