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: Introduce Target::SideExit #7712

Merged
merged 4 commits into from Apr 14, 2023
Merged

Conversation

k0kubun
Copy link
Member

@k0kubun k0kubun commented Apr 14, 2023

This is a refactoring discussed at #7691 (comment).

We could use Target::SideExit(Counter) instead of Target::SideExit(Option<Counter>), but we currently have too many existing counter: Option<Counter> arguments. I'd like to scope it out from this PR.

yjit/src/backend/ir.rs Outdated Show resolved Hide resolved
yjit/src/backend/ir.rs Outdated Show resolved Hide resolved
yjit/src/backend/ir.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@maximecb maximecb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work :)

@maximecb maximecb merged commit 4501fb8 into ruby:master Apr 14, 2023
97 checks passed
@k0kubun k0kubun deleted the yjit-side-exit branch April 14, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants