RFR(M): 8138952: C1: Distinguish between PPC32 and PPC64
Doerr, Martin
martin.doerr at sap.com
Tue Nov 3 15:13:11 UTC 2015
Hi,
The shared C1 code currently uses many preprocessor directives which have been designed to work for the PPC32 port. In order to support our C1 port on PPC64 as well, some #ifdef etc. need modification.
Webrev is here:
http://cr.openjdk.java.net/~mdoerr/8138952_c1_PPC64_defs/webrev.01/
PPC is defined if either PPC32 and PPC64 is defined so we use it for code which is used by both ports.
I made the following changes to webrev.00:
I changed c1_LIR.hpp to use PPC for the method defined twice.
I removed the modification of the defines in c1_Compilation.hpp (it's not needed).
Please review this change. I need a sponsor, please.
Best regards,
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151103/c4eef481/attachment.html>
More information about the hotspot-compiler-dev
mailing list