comparison src/cpu/sparc/vm/c2_globals_sparc.hpp @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 34bd5e86aadb
children cefad50507d8 de6a9e811145 41b780b43b74
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
55 define_pd_global(intx, NewSizeThreadIncrease, ScaleForWordSize(4*K)); 55 define_pd_global(intx, NewSizeThreadIncrease, ScaleForWordSize(4*K));
56 define_pd_global(intx, RegisterCostAreaRatio, 12000); 56 define_pd_global(intx, RegisterCostAreaRatio, 12000);
57 define_pd_global(bool, UseTLAB, true); 57 define_pd_global(bool, UseTLAB, true);
58 define_pd_global(bool, ResizeTLAB, true); 58 define_pd_global(bool, ResizeTLAB, true);
59 define_pd_global(intx, LoopUnrollLimit, 60); // Design center runs on 1.3.1 59 define_pd_global(intx, LoopUnrollLimit, 60); // Design center runs on 1.3.1
60 define_pd_global(intx, MinJumpTableSize, 5);
60 61
61 // Peephole and CISC spilling both break the graph, and so makes the 62 // Peephole and CISC spilling both break the graph, and so makes the
62 // scheduler sick. 63 // scheduler sick.
63 define_pd_global(bool, OptoPeephole, false); 64 define_pd_global(bool, OptoPeephole, false);
64 define_pd_global(bool, UseCISCSpill, false); 65 define_pd_global(bool, UseCISCSpill, false);