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 8562e51 commit 152be9fCopy full SHA for 152be9f
CHANGELOG.md
@@ -62,6 +62,7 @@ Performance:
62
* Improve random number generation performance by avoiding synchronization (#2190, @ivoanjo).
63
* We now create a single call target per block by default instead of two.
64
* Some uses of class variables are now much better optimized (#2259, @chrisseaton).
65
+* Several methods that need the caller frame are now always inlined in their caller, which speeds up the interpreter and reduces footprint.
66
67
Changes:
68
0 commit comments