RFR(XS): 8155717: Aarch64: enable loop superword's unrolling analysis

Roland Westrelin rwestrel at redhat.com
Fri Apr 29 08:49:34 UTC 2016


http://cr.openjdk.java.net/~roland/8155717/webrev.00/

Loop unrolling analysis can help on arm for smaller data types (bytes).
For other data types, it drives more inlining which can also be
beneficial. This also includes the change Michael ok'ed to shared code.

Roland.


More information about the hotspot-compiler-dev mailing list