comparison src/share/vm/opto/c2_globals.hpp @ 12027:bcc4f6f54d83

8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag Summary: Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag. Reviewed-by: roland
author kvn
date Wed, 14 Aug 2013 10:21:26 -0700
parents 693e4d04fd09
children edb5ab0f3fe5 e2722a66aba7
comparison
equal deleted inserted replaced
12026:11237ee74aae 12027:bcc4f6f54d83
177 "Trace bytecode parse and control-flow merge") \ 177 "Trace bytecode parse and control-flow merge") \
178 \ 178 \
179 product_pd(intx, LoopUnrollLimit, \ 179 product_pd(intx, LoopUnrollLimit, \
180 "Unroll loop bodies with node count less than this") \ 180 "Unroll loop bodies with node count less than this") \
181 \ 181 \
182 product(intx, LoopMaxUnroll, 16, \
183 "Maximum number of unrolls for main loop") \
184 \
182 product(intx, LoopUnrollMin, 4, \ 185 product(intx, LoopUnrollMin, 4, \
183 "Minimum number of unroll loop bodies before checking progress" \ 186 "Minimum number of unroll loop bodies before checking progress" \
184 "of rounds of unroll,optimize,..") \ 187 "of rounds of unroll,optimize,..") \
185 \ 188 \
186 develop(intx, UnrollLimitForProfileCheck, 1, \ 189 develop(intx, UnrollLimitForProfileCheck, 1, \