[pull] master from ruby:master - #1432
Merged
Merged
Conversation
It's safe to free these types during Ractor-local GC in Ruby 4.1. We've seen the freeing of this type show up in profiles before. ruby/openssl@e481c6408f Co-authored-by: Kazuki Yamaguchi <k@rhe.jp>
Ref: https://bugs.ruby-lang.org/issues/17593. Because `__FILE__` is currently considered a static literal, it's entirely evaluated during compilation. The problem is that ISeqs can be serialized and reloaded later, but since `__FILE__` is entirely computed during compilation, a serialized ISeq is coupled with the location of the source code. This prevent compiling the the iseq with the source in one path, and loading it later with the source in another path, which prevent bootsnap precompilation from working with some builds systems. I'm working on changing the compiler so that `__FILE__` is no longer a static value, but a hidden methodthat returns the current ISeq path. ruby/prism@f16d852c8c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )