comparison src/cpu/sparc/vm/c2_globals_sparc.hpp @ 12355:cefad50507d8

Merge with hs25-b53
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 10:38:03 +0200
parents a8819fceb5b5 34bd5e86aadb
children 359f7e70ae7f
comparison
equal deleted inserted replaced
12058:ccb4f2af2319 12355:cefad50507d8
61 define_pd_global(intx, NewSizeThreadIncrease, ScaleForWordSize(4*K)); 61 define_pd_global(intx, NewSizeThreadIncrease, ScaleForWordSize(4*K));
62 define_pd_global(intx, RegisterCostAreaRatio, 12000); 62 define_pd_global(intx, RegisterCostAreaRatio, 12000);
63 define_pd_global(bool, UseTLAB, true); 63 define_pd_global(bool, UseTLAB, true);
64 define_pd_global(bool, ResizeTLAB, true); 64 define_pd_global(bool, ResizeTLAB, true);
65 define_pd_global(intx, LoopUnrollLimit, 60); // Design center runs on 1.3.1 65 define_pd_global(intx, LoopUnrollLimit, 60); // Design center runs on 1.3.1
66 define_pd_global(intx, MinJumpTableSize, 5);
66 67
67 // Peephole and CISC spilling both break the graph, and so makes the 68 // Peephole and CISC spilling both break the graph, and so makes the
68 // scheduler sick. 69 // scheduler sick.
69 define_pd_global(bool, OptoPeephole, false); 70 define_pd_global(bool, OptoPeephole, false);
70 define_pd_global(bool, UseCISCSpill, false); 71 define_pd_global(bool, UseCISCSpill, false);