src/share/vm/opto/c2_globals.hpp

changeset 2085
f55c4f82ab9d
parent 2040
0e35fa8ebccd
child 2118
d6f45b55c972
equal deleted inserted replaced
2084:13b87063b4d8 2085:f55c4f82ab9d
176 "When initializing fields, try to avoid needless card marks") \ 176 "When initializing fields, try to avoid needless card marks") \
177 \ 177 \
178 product(bool, ReduceBulkZeroing, true, \ 178 product(bool, ReduceBulkZeroing, true, \
179 "When bulk-initializing, try to avoid needless zeroing") \ 179 "When bulk-initializing, try to avoid needless zeroing") \
180 \ 180 \
181 product(bool, UseFPUForSpilling, false, \
182 "Spill integer registers to FPU instead of stack when possible") \
183 \
181 develop_pd(intx, RegisterCostAreaRatio, \ 184 develop_pd(intx, RegisterCostAreaRatio, \
182 "Spill selection in reg allocator: scale area by (X/64K) before " \ 185 "Spill selection in reg allocator: scale area by (X/64K) before " \
183 "adding cost") \ 186 "adding cost") \
184 \ 187 \
185 develop_pd(bool, UseCISCSpill, \ 188 develop_pd(bool, UseCISCSpill, \

mercurial