RFR: 8079565: aarch64: Add vectorization support for aarch64 (original) (raw)

Edward Nevill edward.nevill at linaro.org
Thu Jun 4 12:28:51 UTC 2015


On 4 June 2015 at 12:29, Roland Westrelin <roland.westrelin at oracle.com> wrote:

> http://cr.openjdk.java.net/~enevill/8079565/webrev.00/

The platform specific changes look good. I don’t have an opinion on these: - if (TraceSuperWord && Verbose) { + if (TraceSuperWord) { I never used TraceSuperWord. If someone has opinion, it’s time to speak up I guess.

Hi Roland,

Thanks for spotting this.

This was an accidental change. I made it non verbose for my own debugging purposes but forgot to revert it.

New webrev

http://cr.openjdk.java.net/~enevill/8079565/webrev.01 <http://cr.openjdk.java.net/%7Eenevill/8079565/webrev.00/>

Only difference is reverting the changes to src/share/vm/opto/superword.cpp

There are now no changes to shared code, only _aarch64 files.

OK to push? Ed.



More information about the hotspot-dev mailing list