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: add asm comment when we clear local types #9713

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

maximecb
Copy link
Contributor

Small PR to add a comment when we clear local variable types, so we see where it's happening when looking at the disasm.

I think there's an opportunity to reduce the frequency of this, particularly for specialized C function calls.

Small PR to add a comment when we clear local variable types,
so we can be aware that it's happening when looking at the disasm.
@matzbot matzbot requested a review from a team January 25, 2024 22:26
@maximecb maximecb enabled auto-merge (squash) January 25, 2024 22:29
@maximecb maximecb merged commit adf29c9 into ruby:master Jan 29, 2024
96 of 97 checks passed
@maximecb maximecb deleted the yjit_clear_locals_comment branch January 29, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants