Comment on Why is 2 * (i * i) faster than 2 * i * i in Java?parentComments−pjmlp7yIf you use Oracle Studio you can even see it on the IDE.https://www.youtube.com/watch?v=_cFwDnKvgfwThere are also other tools like JITWatch.https://github.com/AdoptOpenJDK/jitwatch/wiki/Videos-and-Sli...https://vimeo.com/181925278
Comments
If you use Oracle Studio you can even see it on the IDE.
https://www.youtube.com/watch?v=_cFwDnKvgfw
There are also other tools like JITWatch.
https://github.com/AdoptOpenJDK/jitwatch/wiki/Videos-and-Sli...
https://vimeo.com/181925278