hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp
changeset 33174 8409d7fe20cc
parent 33065 55892792936f
child 34162 16b54851eaf6
equal deleted inserted replaced
33173:1019481697e4 33174:8409d7fe20cc
    66 define_pd_global(uint64_t,MaxRAM,                    128ULL*G);
    66 define_pd_global(uint64_t,MaxRAM,                    128ULL*G);
    67 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    67 define_pd_global(intx, RegisterCostAreaRatio,        16000);
    68 
    68 
    69 // Peephole and CISC spilling both break the graph, and so makes the
    69 // Peephole and CISC spilling both break the graph, and so makes the
    70 // scheduler sick.
    70 // scheduler sick.
    71 define_pd_global(bool, OptoPeephole,                 true);
    71 define_pd_global(bool, OptoPeephole,                 false);
    72 define_pd_global(bool, UseCISCSpill,                 true);
    72 define_pd_global(bool, UseCISCSpill,                 true);
    73 define_pd_global(bool, OptoScheduling,               false);
    73 define_pd_global(bool, OptoScheduling,               false);
    74 define_pd_global(bool, OptoBundling,                 false);
    74 define_pd_global(bool, OptoBundling,                 false);
    75 define_pd_global(bool, OptoRegScheduling,            false);
    75 define_pd_global(bool, OptoRegScheduling,            false);
    76 
    76