Skip to content

string.c: preserve coderange when interning a string #12077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

casperisfine
Copy link
Contributor

Since str_do_hash will most likely scan the string to compute the coderange, we might as well copy it over in the interned string in case it's useful later.

Since `str_do_hash` will most likely scan the string to
compute the coderange, we might as well copy it over in the
interned string in case it's useful later.
@byroot byroot enabled auto-merge (rebase) November 13, 2024 13:13
@byroot byroot merged commit 37a16c7 into ruby:master Nov 13, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants