Release Notes
- Built on and compatible with GraalVM for JDK 24.0.2
- Ephemeron support (#188)
ObjectGraphUtils
traversal optimizations for fasterbecomeForward:
,allInstances
, et al. (#195)- Support for virtually infinite call stacks (#186)
- Bump march to
x86-64-v2
andarmv8.1-a
(4bbf66a) - Add support for
--
as image args separator (22a750a) - Various bug fixes and improvements (e.g., 5e3fdea, 560b015, 6ec4e8a, 6c465a0, 7cff18f, a9e7e8c, 6b0c334, da892a9, #194, d28b8a0, and #200)
New Contributors
- @Sabine-Schnabeltier made their first contribution in #181
Component | Details |
---|---|
TruffleSqueak virtual machine | 24.1.2...24.2.2 |
TruffleSqueak image | 24.1.2-image...24.2.2-image |
AWFY benchmarks for TruffleSqueak image | 24.1.2-image-awfy...24.2.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