hotspot/src/cpu/ppc/vm/c2_globals_ppc.hpp
changeset 45804 41b19cb98a96
parent 42063 dca9294d9f59
child 45871 878e21603932
equal deleted inserted replaced
45803:8ee2c9c86cfe 45804:41b19cb98a96
    53 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    53 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    54 define_pd_global(bool, UseTLAB,                      true);
    54 define_pd_global(bool, UseTLAB,                      true);
    55 define_pd_global(bool, ResizeTLAB,                   true);
    55 define_pd_global(bool, ResizeTLAB,                   true);
    56 define_pd_global(intx, LoopUnrollLimit,              60);
    56 define_pd_global(intx, LoopUnrollLimit,              60);
    57 define_pd_global(intx, LoopPercentProfileLimit,      10);
    57 define_pd_global(intx, LoopPercentProfileLimit,      10);
    58 define_pd_global(intx, PostLoopMultiversioning,      false);
       
    59 
    58 
    60 // Peephole and CISC spilling both break the graph, and so make the
    59 // Peephole and CISC spilling both break the graph, and so make the
    61 // scheduler sick.
    60 // scheduler sick.
    62 define_pd_global(bool, OptoPeephole,                 false);
    61 define_pd_global(bool, OptoPeephole,                 false);
    63 define_pd_global(bool, UseCISCSpill,                 false);
    62 define_pd_global(bool, UseCISCSpill,                 false);