Skip to content

Commit 9a98d76

Browse files
committed
Add truffle/CHANGELOG.md entry.
1 parent 86f8b66 commit 9a98d76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

truffle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This changelog summarizes major changes between Truffle versions relevant to lan
44

55
## Version 22.2.0
66

7+
* GR-33829 Added support on libgraal for caching encoded graphs across Truffle compilations to speedup partial evaluation. The cache is enabled by default and can be enabled/disabled with the `--engine.EncodedGraphCache` option.
78
* GR-38925 Added `InteropLibrary.hasMetaParents(Object)` and `InteropLibrary.getMetaParents(Object)` that allow lookup of the hierarchy of parents for meta objects (e.g. super class or implemented interface of Java classes).
89
* GR-36557 Deprecated `--engine.MaximumGraalNodeCount` and introduced `--engine.MaximumGraalGraphSize` to control the maximum graal graph size during partial evaluation.
910
* GR-37493 Added `@DenyReplace` to deny replacement of final node types.

0 commit comments

Comments
 (0)