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 d6399a4 commit b343ff7Copy full SHA for b343ff7
CHANGELOG.md
@@ -42,6 +42,8 @@ Compatibility:
42
Performance:
43
44
* Calls with a literal block are no longer always split but instead the decision is made by the Truffle splitting heuristic.
45
+* `Symbol#to_proc` is now AST-inlined in order to not rely on splitting and to avoid needing the caller frame to find refinements which apply.
46
+* `Symbol#to_proc` is now globally cached per Symbol and refinements, to avoid creating many redundant `CallTargets`.
47
48
Changes:
49
0 commit comments