Release Notes
- Compatible with GraalVM for JDK 23.0.2
- Speed up image loading (0ae803a and 4ce9317)
- Support
primitiveDoMixedArithmetic
(21cd9ed) - Extend interop with BigInteger, meta parents, and readBuffer (5ae9534 and 4e1c15e)
- Various bug fixes and performance improvements (e.g., c92e331, 29bd189, fcd8e8c, and d209eff)
Component | Details |
---|---|
TruffleSqueak virtual machine | 24.0.2...24.1.2 |
TruffleSqueak image | 24.0.0-image...24.1.2-image |
AWFY benchmarks for TruffleSqueak image | 24.0.0-image-awfy...24.1.2-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