We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bd29c commit 2749fbeCopy full SHA for 2749fbe
CHANGELOG.md
@@ -56,6 +56,7 @@ Changes:
56
* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
57
* Refactored internals of `rb_sprintf` to simplify handling of `VALUE`s in common cases (@aardvark179).
58
* Refactored sharing of array objects between threads using new `SharedArrayStorage` (@aardvark179).
59
+* Marking of native structures wrapped in objects is now done on C call exit to reduce memory overhead (@aardvark179).
60
61
# 22.2.0
62
0 commit comments