comparison src/share/vm/c1/c1_globals.hpp @ 1418:55ac38887415

modifications for linux: argument register layout, makefile
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 09 Jul 2010 16:33:03 -0700
parents 35069ca331f2
children 7cf1952ec5fb
comparison
equal deleted inserted replaced
1417:2c41834aa270 1418:55ac38887415
31 #define NOT_TIERED(x) 31 #define NOT_TIERED(x)
32 #endif 32 #endif
33 33
34 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \ 34 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
35 \ 35 \
36 product(bool, UseC1X, true, \ 36 product(bool, UseC1X, false, \
37 "Use C1X instead of C1") \ 37 "Use C1X instead of C1") \
38 product(intx, TraceC1X, 0, \ 38 product(intx, TraceC1X, 0, \
39 "Trace level for C1X") \ 39 "Trace level for C1X") \
40 /* Printing */ \ 40 /* Printing */ \
41 notproduct(bool, PrintC1Statistics, false, \ 41 notproduct(bool, PrintC1Statistics, false, \
42 "Print Compiler1 statistics" ) \ 42 "Print Compiler1 statistics" ) \
43 \ 43 \
57 "Print control flow graph before code generation") \ 57 "Print control flow graph before code generation") \
58 \ 58 \
59 notproduct(bool, PrintIRDuringConstruction, false, \ 59 notproduct(bool, PrintIRDuringConstruction, false, \
60 "Print IR as it's being constructed (helpful for debugging frontend)")\ 60 "Print IR as it's being constructed (helpful for debugging frontend)")\
61 \ 61 \
62 notproduct(bool, PrintPhiFunctions, false, \ 62 notproduct(bool, PrintPhiFunctions, false, \
63 "Print phi functions when they are created and simplified") \ 63 "Print phi functions when they are created and simplified") \
64 \ 64 \
65 notproduct(bool, PrintIR, false, \ 65 notproduct(bool, PrintIR, false, \
66 "Print full intermediate representation after each change") \ 66 "Print full intermediate representation after each change") \
67 \ 67 \