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
Avoid inline caching Ropes containing the TruffleRuby home
* Otherwise they would end up in the pre-initialized heap.
* post-boot.rb calls Kernel#require calls $LOADED_FEATURES.include? calls String#==.
* With splitting, #require might have a copy of String#== per #require call site.
(cherry picked from commit 6bfd87c)
0 commit comments