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: Fix invalidation for c_call and c_return #6719

Merged
merged 1 commit into from Nov 13, 2022

Commits on Nov 11, 2022

  1. YJIT: Fix invalidation for c_call and c_return

    Follow-up for 2b8191b. Since that
    commit, we stopped doing code invalidation the second time the call and
    return events are enabled. We need to do it every time these events are
    enabled because we might have generated code while these events are
    disabled.
    
    Also rename locals and edit comments to make it more clear that the iseq
    rewrite code path only happens the first time a particular iseq trace
    event is enabled.
    XrXr committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8545204 View commit details
    Browse the repository at this point in the history