Skip to content

Improvements for dynamic string invokedynamic site#8848

Merged
headius merged 5 commits into
jruby:masterfrom
headius:indy_dynstr_improvements
May 27, 2025
Merged

Improvements for dynamic string invokedynamic site#8848
headius merged 5 commits into
jruby:masterfrom
headius:indy_dynstr_improvements

Conversation

@headius

@headius headius commented May 27, 2025

Copy link
Copy Markdown
Member

There was one reported bug (#8847), one unreported bug (frozen and chilled were flipped), and a lot of error-prone code. This PR fixes all of it.

headius added 4 commits May 27, 2025 14:47
By using an int here the bit test would roll over to 0 at 32
elements and incorrectly read the descriptor.

Fixes jruby#8847
And put that limit in the site rather than embedded as an
arbitrary integer.
@headius headius added this to the JRuby 10.0.1.0 milestone May 27, 2025
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.

1 participant