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: Read rb_num_t as usize early #6606

Merged
merged 1 commit into from Oct 21, 2022
Merged

YJIT: Read rb_num_t as usize early #6606

merged 1 commit into from Oct 21, 2022

Commits on Oct 21, 2022

  1. YJIT: Read rb_num_t as usize early

    This patch makes sure that we're not accidentally reading rb_num_t
    instruction arguments as VALUE and accidentally baking them into
    code and marking them. Some of these are simply moving the cast earlier,
    but some of these avoid potential problems for flag and ID arguments.
    
    Follow-up for 39f7edd.
    XrXr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    da7e8a2 View commit details
    Browse the repository at this point in the history