Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ public RubyContext(Ruby runtime) {
compilerOptions = Truffle.getRuntime().createCompilerOptions();

if (compilerOptions.supportsOption("MinTimeThreshold")) {
compilerOptions.setOption("MinTimeThreshold", Integer.MAX_VALUE);
compilerOptions.setOption("MinTimeThreshold", 100000000);
}

if (compilerOptions.supportsOption("MinInliningMaxCallerSize")) {

0 comments on commit 1bb3275

Please sign in to comment.