< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/GraalOptions.java

Print this page
rev 56282 : [mq]: graal

*** 61,71 **** @Option(help = "Inlining is explored up to this number of nodes in the graph for each call site.", type = OptionType.Expert) public static final OptionKey<Integer> MaximumInliningSize = new OptionKey<>(300); @Option(help = "If the previous low-level graph size of the method exceeds the threshold, it is not inlined.", type = OptionType.Expert) ! public static final OptionKey<Integer> SmallCompiledLowLevelGraphSize = new OptionKey<>(300); @Option(help = "", type = OptionType.Expert) public static final OptionKey<Double> LimitInlinedInvokes = new OptionKey<>(5.0); @Option(help = "", type = OptionType.Expert) --- 61,71 ---- @Option(help = "Inlining is explored up to this number of nodes in the graph for each call site.", type = OptionType.Expert) public static final OptionKey<Integer> MaximumInliningSize = new OptionKey<>(300); @Option(help = "If the previous low-level graph size of the method exceeds the threshold, it is not inlined.", type = OptionType.Expert) ! public static final OptionKey<Integer> SmallCompiledLowLevelGraphSize = new OptionKey<>(330); @Option(help = "", type = OptionType.Expert) public static final OptionKey<Double> LimitInlinedInvokes = new OptionKey<>(5.0); @Option(help = "", type = OptionType.Expert)
< prev index next >