[EXTERNAL] Re: RFR(M): 8248190: PPC: Enable Power10 system and use new byte-reverse instructions
Doerr, Martin
martin.doerr at sap.com
Fri Aug 21 15:06:55 UTC 2020
Hi Thomas,
I agree with you in general. However, all PPC64 specific platform flags are "product" at the moment.
Most of them should probably be "diagnostic". We should fix that at some point of time.
But for now, I'm ok with Jose's webrev since it's consistent with the other PPC64 flags.
Best regards,
Martin
> -----Original Message-----
> From: hotspot-compiler-dev <hotspot-compiler-dev-
> retn at openjdk.java.net> On Behalf Of Thomas Schatzl
> Sent: Freitag, 21. August 2020 15:45
> To: joserz at linux.ibm.com
> Cc: hotspot-compiler-dev at openjdk.java.net
> Subject: Re: [EXTERNAL] Re: RFR(M): 8248190: PPC: Enable Power10 system
> and use new byte-reverse instructions
>
> Hi,
>
> On 21.08.20 15:37, joserz at linux.ibm.com wrote:
> > Hello!
> >
> > On Fri, Aug 21, 2020 at 10:04:38AM +0200, Thomas Schatzl wrote:
> >> Hi,
> >>
> >> On 21.08.20 04:33, Michihiro Horie wrote:
> >>>
> >>> Hi Jose,
> >>>
> >>> One thing I noticed is a misaligned backslash in globals_ppc.hpp.
> >>> Otherwise, the change looks good!
> >>>
> >>> /* special instructions */
> >>> \
> >>> + product(bool, UseByteReverseInstructions, false,
> >>> \
> >>
> >> Fwiw, for adding product options, you must go through the CSR process.
> Maybe
> >> there is an exception for platform specific ones?
> >
> > I didn't find any exception for platform specific options. But,
> "experimental" options
> > don't need such CSR process and, to be honest, experimental seems more
> appropriate here.
> > What do you think?
> >
> > Thank you for your review! :)
>
> Just a fly-by. It's up to you :) - just that product options need to be
> announced to the world.
>
> I kind of agree that experimental seems more appropriate. You can always
> "upgrade" it later.
>
> Thomas
More information about the hotspot-compiler-dev
mailing list