is it time fully optimize long loops? (JDK-8223051)

Roland Westrelin rwestrel at redhat.com
Fri Apr 10 07:38:38 UTC 2020


Once the long loop is transformed to an int counted loop what are the
optimizations that need to trigger reliably? In particular do we need
range check elimination? Can you or someone from the panama project shar
code samples that I can use to verify the long loop optimizes well?

Roland.



More information about the hotspot-compiler-dev mailing list