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 e3203d1 commit 1242333Copy full SHA for 1242333
CHANGELOG.md
@@ -75,6 +75,7 @@ Performance:
75
* We now create a single call target per block by default instead of two.
76
* Some uses of class variables are now much better optimized (#2259, @chrisseaton).
77
* Several methods that need the caller frame are now always inlined in their caller, which speeds up the interpreter and reduces footprint.
78
+* Pasting code in IRB should be reasonably fast, by updating to `irb` 1.3.3 and `reline` 0.2.3 (#2233).
79
80
Changes:
81
0 commit comments