Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions truffle/README.md
Original file line number Diff line number Diff line change
@@ -42,10 +42,8 @@ You can then run JRuby with GraalVM
JAVACMD=path/to/graal/java bin/jruby -X+T ...

If you want to develop against the latest version of Graal, you should use the
`truffle-head` branch of JRuby. Follow the
[instructions](https://wiki.openjdk.java.net/display/Graal/Instructions) on the
Graal wiki, then additionally execute `./mx.sh maven-install-truffle`, before
you build JRuby.
`truffle-head` branch of JRuby and you will need to
[build Graal for yourself](https://wiki.openjdk.java.net/display/Graal/Instructions).

### What to expect

@@ -55,7 +53,7 @@ run they are unlikely to run fast yet due to requiring new functionality to be
tuned. We are at least a year away from being able to run significant programs
without needing new methods to be implemented.

Windows support is more limited than Mac and Linux support.
Windows is currently not supported.

### How we benchmark

0 comments on commit e247d27

Please sign in to comment.