< prev index next >

src/cpu/ppc/vm/c2_globals_ppc.hpp

Print this page

        

*** 53,62 **** --- 53,63 ---- define_pd_global(intx, RegisterCostAreaRatio, 16000); define_pd_global(bool, UseTLAB, true); define_pd_global(bool, ResizeTLAB, true); define_pd_global(intx, LoopUnrollLimit, 60); define_pd_global(intx, LoopPercentProfileLimit, 10); + define_pd_global(intx, PostLoopMultiversioning, false); // Peephole and CISC spilling both break the graph, and so make the // scheduler sick. define_pd_global(bool, OptoPeephole, false); define_pd_global(bool, UseCISCSpill, false);
< prev index next >