Release Notes
- Built on and compatible with GraalVM for JDK 25.0.1
- Speed up
becomeForward:with forwarding pointers (f5a503d) - Implement process preemption yields (5cd14a6)
- Revise and extend
InterpreterProxy(dc5cd4d) - Drop
LargeIntegerObject(9e58f1f), as well asFrameMarkerandSenderChainLink(09f7aec) - Various bug fixes and improvements (e.g., 6fde47d, f4301ce, a406f7c, f95edbe, 544883f, 716f3d7, and 1b2c708)
| Component | Details |
|---|---|
| TruffleSqueak virtual machine | 24.2.2...25.0.1 |
| TruffleSqueak image | 24.2.2-image...25.0.1-image |
| AWFY benchmarks for TruffleSqueak image | 24.2.2-image-awfy...25.0.1-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