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: stop computing dom start nodes for morph RPO #94497

Merged
merged 5 commits into from
Nov 10, 2023

Commits on Nov 7, 2023

  1. JIT: stop computing dom start nodes for morph RPO

    We don't need quite this broad of a start node set, as the DFS will
    find unreachable blocks on its own.
    
    Also lay the groundwork for removing unreachable blocks, by tracking
    the postorder number of the last reachable block.
    
    Contributes to dotnet#93246.
    AndyAyersMS committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dacc035 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. be more ambitious

    AndyAyersMS committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    3f9a5b3 View commit details
    Browse the repository at this point in the history
  2. fix linux build

    AndyAyersMS committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a81c85c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

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