Skip to content

Commit

Permalink
[Truffle] The attachment test relies on value profiling, which inline…
Browse files Browse the repository at this point in the history
…d basic methods do not do.
  • Loading branch information
eregon committed Sep 14, 2016
1 parent 6604c98 commit 5f5581c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/truffle/compiler/attachments-optimise.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

ruby -X+T -J-G:+TruffleCompilationExceptionsAreFatal test/truffle/compiler/attachments-optimise/attachments-optimise.rb
# relies on value profiling
ruby -X+T -J-G:+TruffleCompilationExceptionsAreFatal -Xtruffle.basic_ops.inline=false test/truffle/compiler/attachments-optimise/attachments-optimise.rb

0 comments on commit 5f5581c

Please sign in to comment.