Skip to content

Commit

Permalink
[Truffle] Refine time threshold option.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 29, 2014
1 parent fa4c76b commit 1bb3275
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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")) {
Expand Down

0 comments on commit 1bb3275

Please sign in to comment.