Merge
This commit is contained in:
commit
1590fcdd81
@ -60,13 +60,12 @@
|
|||||||
cflags(BlockLayoutByFrequency, bool, BlockLayoutByFrequency, BlockLayoutByFrequency) \
|
cflags(BlockLayoutByFrequency, bool, BlockLayoutByFrequency, BlockLayoutByFrequency) \
|
||||||
cflags(PrintOptoAssembly, bool, PrintOptoAssembly, PrintOptoAssembly) \
|
cflags(PrintOptoAssembly, bool, PrintOptoAssembly, PrintOptoAssembly) \
|
||||||
cflags(PrintIntrinsics, bool, PrintIntrinsics, PrintIntrinsics) \
|
cflags(PrintIntrinsics, bool, PrintIntrinsics, PrintIntrinsics) \
|
||||||
cflags(TraceOptoPipelining, bool, false, TraceOptoPipelining) \
|
NOT_PRODUCT(cflags(TraceOptoPipelining, bool, TraceOptoPipelining, TraceOptoPipelining)) \
|
||||||
cflags(TraceOptoOutput, bool, false, TraceOptoOutput) \
|
NOT_PRODUCT(cflags(TraceOptoOutput, bool, TraceOptoOutput, TraceOptoOutput)) \
|
||||||
cflags(TraceSpilling, bool, TraceSpilling, TraceSpilling) \
|
cflags(TraceSpilling, bool, TraceSpilling, TraceSpilling) \
|
||||||
cflags(Vectorize, bool, false, Vectorize) \
|
cflags(Vectorize, bool, false, Vectorize) \
|
||||||
cflags(VectorizeDebug, uintx, 0, VectorizeDebug) \
|
cflags(VectorizeDebug, uintx, 0, VectorizeDebug) \
|
||||||
cflags(CloneMapDebug, bool, false, CloneMapDebug) \
|
cflags(CloneMapDebug, bool, false, CloneMapDebug) \
|
||||||
cflags(DoReserveCopyInSuperWordDebug, bool, false, DoReserveCopyInSuperWordDebug) \
|
|
||||||
cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel) \
|
cflags(IGVPrintLevel, intx, PrintIdealGraphLevel, IGVPrintLevel) \
|
||||||
cflags(MaxNodeLimit, intx, MaxNodeLimit, MaxNodeLimit)
|
cflags(MaxNodeLimit, intx, MaxNodeLimit, MaxNodeLimit)
|
||||||
#else
|
#else
|
||||||
|
@ -971,7 +971,7 @@ Compile::Compile( ciEnv* ci_env,
|
|||||||
_java_calls(0),
|
_java_calls(0),
|
||||||
_inner_loops(0),
|
_inner_loops(0),
|
||||||
#ifndef PRODUCT
|
#ifndef PRODUCT
|
||||||
_trace_opto_output(TraceOptoOutput),
|
_trace_opto_output(directive->TraceOptoOutputOption),
|
||||||
_in_dump_cnt(0),
|
_in_dump_cnt(0),
|
||||||
_printer(NULL),
|
_printer(NULL),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user