Skip to content

attempt to suppress alias warning ~ MRI#9463

Open
kares wants to merge 3 commits into
jruby:jruby-10.0from
kares:supress-alias-warning-10
Open

attempt to suppress alias warning ~ MRI#9463
kares wants to merge 3 commits into
jruby:jruby-10.0from
kares:supress-alias-warning-10

Conversation

@kares
Copy link
Copy Markdown
Member

@kares kares commented May 26, 2026

these boolean fields could maybe just end up as additional flags, wasn't sure if that would be preferable

@kares kares changed the title attempt to supress alias warning as MRI attempt to suppress alias warning ~ MRI May 26, 2026
@kares kares linked an issue May 26, 2026 that may be closed by this pull request
@kares kares marked this pull request as ready for review May 26, 2026 09:58
@headius
Copy link
Copy Markdown
Member

headius commented May 27, 2026

I also considered putting these in a flag, but removing the boolean field doesn't seem to have much impact on object size. It would be good to reevaluate all of the fields we have in DynamicMethod to see if we can shrink those, because a typical app has thousands of them.

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.

Reverse aliasing warns when it should not

2 participants