< prev index next >

src/cpu/s390/vm/globals_s390.hpp

Print this page
rev 12273 : 8169317: [s390] Various minor bug fixes and adaptions.

*** 90,102 **** /* Reoptimize code-sequences of calls at runtime, e.g. replace an */ \ /* indirect call by a direct call. */ \ product(bool, ReoptimizeCallSequences, true, \ "Reoptimize code-sequences of calls at runtime.") \ \ - product(bool, UseCountLeadingZerosInstruction, true, \ - "Use count leading zeros instruction.") \ - \ product(bool, UseByteReverseInstruction, true, \ "Use byte reverse instruction.") \ \ product(bool, ExpandLoadingBaseDecode, true, "Expand the assembler " \ "instruction required to load the base from DecodeN nodes during " \ --- 90,99 ----
< prev index next >