Skip to content

Commit 0343df0

Browse files
committed
Update jt graph to use Seafoam 0.17.
Seafoam 0.15 doesn't work very well with TruffleRuby 24.0.0, since many of the compiler node packages were renamed. 0.16 works with both the old (org.graalvm) and new (jdk.compiler) package prefixes. 0.17 improves Truffle language detection for improved graph simplification.
1 parent a089f07 commit 0343df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555

5656
RUBOCOP_VERSION = '1.36.0'
57-
SEAFOAM_VERSION = '0.15'
57+
SEAFOAM_VERSION = '0.17'
5858
CFG2ASM_VERSION = '0.2'
5959

6060
DLEXT = RbConfig::CONFIG.fetch('DLEXT')

0 commit comments

Comments
 (0)