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

JIT: refactor jump threading to prepare for allowing side effects #60884

Merged
merged 3 commits into from
Oct 28, 2021

Commits on Oct 26, 2021

  1. JIT: refactor jump threading to prepare for allowing side effects

    Update jump threading so that whenever possible it re-uses the original
    block, rather than bypassing it. This lays the groundwork for a subsequent
    change that will allow jump threading when the block with the threadable
    jump has side effects.
    
    Also handle the case where we have both a fall through pred and an ambiguous
    pred, by treating the fall through pred as ambiguous.
    AndyAyersMS committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    58db865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf50ef3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    522c2e8 View commit details
    Browse the repository at this point in the history