comparison src/share/vm/opto/c2_globals.hpp @ 14428:044b28168e20

8003854: PPC64 (part 115): Introduce PostallocExpand that expands nodes after register allocation Summary: added ability in C2 to expand mach nodes to several mach nodes after register allocation Reviewed-by: kvn
author goetz
date Thu, 14 Nov 2013 19:24:59 -0800
parents 2b8e28fdf503
children 15120a36272d
comparison
equal deleted inserted replaced
14427:eb178e97560c 14428:044b28168e20
461 "Sets max value cached by the java.lang.Integer autobox cache") \ 461 "Sets max value cached by the java.lang.Integer autobox cache") \
462 \ 462 \
463 experimental(bool, AggressiveUnboxing, false, \ 463 experimental(bool, AggressiveUnboxing, false, \
464 "Control optimizations for aggressive boxing elimination") \ 464 "Control optimizations for aggressive boxing elimination") \
465 \ 465 \
466 develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \
467 " register allocation.") \
468 \
466 product(bool, DoEscapeAnalysis, true, \ 469 product(bool, DoEscapeAnalysis, true, \
467 "Perform escape analysis") \ 470 "Perform escape analysis") \
468 \ 471 \
469 develop(bool, ExitEscapeAnalysisOnTimeout, true, \ 472 develop(bool, ExitEscapeAnalysisOnTimeout, true, \
470 "Exit or throw assert in EA when it reaches time limit") \ 473 "Exit or throw assert in EA when it reaches time limit") \