Release Notes
- Compatible with GraalVM for JDK 22.0.2
- Implement InterpreterProxy #175 (thanks to @DieKautz and @MariusDoe)
- Publish TruffleSqueak packages to GitHub Packages (79c459b)
- Introduce
trufflesqueak-polyglot-get
(a4d578a and 7636483) - Check for interrupts in trivial loops (6ca99a5)
- Various bug fixes and performance improvements (e.g., c773884, c06fcd1, 1daead2, and 7954034)
Component | Details |
---|---|
TruffleSqueak virtual machine | 23.1.0...24.0.2 |
TruffleSqueak image | 23.1.0-image...24.0.0-image |
AWFY benchmarks for TruffleSqueak image | 23.1.0-image-awfy...24.0.0-image-awfy |
Standalone Downloads
Platform | ||
---|---|---|
Linux (aarch64) | ||
Linux (amd64) | ||
macOS (aarch64) † | ||
macOS (amd64) † | ||
Windows (amd64) |
† If you are using macOS Catalina or later, you may need to remove the quarantine attribute from the download artifacts before you can unpack and use them. To do this, run the following command on the downloaded file:
$ sudo xattr -r -d com.apple.quarantine ~/Downloads/trufflesqueak-<version>-darwin-<architecture>.tar.gz