Skip to content

Commit

Permalink
JIT: use new phase objects more extensively (dotnet#32688)
Browse files Browse the repository at this point in the history
Convert the mainline compiler phases over so they are run via compiler or
action phases.

To keep jit dump size and checked jit throughput the same as it is now,
add phase whitelists to opt into pre phase dumps and checks triggered by the
phase objects on a per-phase basis. This allow us to gradually remove explicit
dumps and check invocations phase by phase, over time.
  • Loading branch information
AndyAyersMS authored Feb 26, 2020
1 parent 96ebb80 commit 9a47b6b
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 281 deletions.
Loading

0 comments on commit 9a47b6b

Please sign in to comment.