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: fix remaining phases that were rebuilding pred edges #80769

Merged
merged 2 commits into from
Jan 18, 2023

Commits on Jan 18, 2023

  1. JIT: fix remaining phases that were rebuilding pred edges

    Loop canonicalization now maintains pred edges. GC poll insertion was already
    maintaining the edges but was rebuilding them anyways.
    
    Now pred lists are never rebuilt.
    
    Also revise `fgUpdateChangedFlowGraph` so that it no longer has the
    ability to remove or rebuild.
    
    Fixes dotnet#49030.
    AndyAyersMS committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    63ff3a1 View commit details
    Browse the repository at this point in the history
  2. also fix dotnet#80772

    AndyAyersMS committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    ca77fc5 View commit details
    Browse the repository at this point in the history