Skip to content
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

YJIT: Support empty splat and some block_arg calls to ivar getters #9567

Merged
merged 1 commit into from Jan 17, 2024

Conversation

XrXr
Copy link
Member

@XrXr XrXr commented Jan 16, 2024

These seem odd at first glance, but they're used with ... calls with
Module#delegate from Active Support. These account for ~3% of fallback
reasons in the lobsters benchmark.

These seem odd at first glance, but they're used with `...` calls with
`Module#delegate` from Active Support. These account for ~3% of fallback
reasons in the `lobsters` benchmark.
@XrXr XrXr marked this pull request as ready for review January 17, 2024 01:15
@matzbot matzbot requested a review from a team January 17, 2024 01:16
@maximecb maximecb merged commit 03645d1 into ruby:master Jan 17, 2024
98 checks passed
@XrXr XrXr deleted the yjit-split-blockarg branch January 17, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants