[10] RFR(S): 8185969: PPC64: Improve VSR support to use up to 64 registers

Doerr, Martin martin.doerr at sap.com
Wed Aug 9 12:58:18 UTC 2017


Hi Gustavo,

seems like you're preparing new VSR code :-)
Nice change, but please update the copyright messages in the modified files.

register_ppc.cpp
to_vsr(): I don't like large code for a trivial computation. I'd prefer something like "return as_VectorSRegister(encoding() + 32)".

I can sponsor this change.

Thanks and best regards,
Martin


-----Original Message-----
From: ppc-aix-port-dev [mailto:ppc-aix-port-dev-bounces at openjdk.java.net] On Behalf Of Gustavo Serra Scalet
Sent: Dienstag, 8. August 2017 22:19
To: ppc-aix-port-dev at openjdk.java.net
Subject: [10] RFR(S): 8185969: PPC64: Improve VSR support to use up to 64 registers

Hi,

Could you please review this specific PPC64 change to hotspot? The aim of these changes is to allow a more complete usage of VSR. I make use of these interfaces on an instrinsic that I plan to send next but I decided to separate this change and send it first.

JBS: https://bugs.openjdk.java.net/browse/JDK-8185969
Webrev: https://gut.github.io/openjdk/webrev/JDK-8185969/webrev/

Best regards,
Gustavo Serra Scalet


More information about the ppc-aix-port-dev mailing list