Skip to content

Commit b343ff7

Browse files
committed
Add ChangeLog entries
1 parent d6399a4 commit b343ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Compatibility:
4242
Performance:
4343

4444
* 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`.
4547

4648
Changes:
4749

0 commit comments

Comments
 (0)