You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GR-45116] Specialize Array#<< and related methods appending elements per call site to have a single array storage strategy in the inline cache for most cases
PullRequest: truffleruby/3969
(cherry picked from commit f541bb2)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Performance:
48
48
49
49
* Improve `Truffle::FeatureLoader.loaded_feature_path` by removing expensive string ops from a loop. Speeds up feature lookup time (#3010, @itarato).
50
50
* Improve `String#-@` performance by reducing unnecessary data copying and supporting substring lookups (@nirvdrum)
51
+
* Specialize `Array#<<` and related methods appending elements per call site to have a single array storage strategy in the inline cache for most cases (@eregon).
0 commit comments