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: End send fallback blocks #10539

Merged
merged 1 commit into from Apr 16, 2024
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Apr 16, 2024

This PR ends gen_send_dynamic (send fallback) blocks instead of keeping compilation, just like other send implementations.

I noticed that gen_send_dynamic doesn't end the block while working on the local variable optimization. I think we need this EndBlock change regardless of local variables for sharing the successor block and other invalidations. Also for evaluating the local variable performance independently, I'd like to merge this change separately.

@matzbot matzbot requested a review from a team April 16, 2024 00:14
@maximecb maximecb merged commit 39b13e5 into ruby:master Apr 16, 2024
101 checks passed
@k0kubun k0kubun deleted the yjit-split-chain branch April 16, 2024 15:56
artur-intech pushed a commit to artur-intech/ruby that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants