Skip to content

Commit

Permalink
[Truffle] Do not inline basic operators for PE, they might rely on pr…
Browse files Browse the repository at this point in the history
…ofiling.
  • Loading branch information
eregon committed Sep 14, 2016
1 parent c9b74c1 commit 0634516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/truffle/compiler/pe.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

ruby -X+T -J-G:+TruffleCompilationExceptionsAreThrown test/truffle/compiler/pe/pe.rb
ruby -X+T -J-G:+TruffleCompilationExceptionsAreThrown -Xtruffle.basic_ops.inline=false test/truffle/compiler/pe/pe.rb

0 comments on commit 0634516

Please sign in to comment.