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: initial version of a profile checker #42481

Merged
merged 1 commit into from
Sep 23, 2020

Commits on Sep 19, 2020

  1. JIT: initial version of a profile checker

    Adds a new flowgraph checker that tries to verify that the profile data is
    self-consistent.
    
    Use `COMPlus_JitProfileChecks=1` to enable in dumps, `=2` to raise asserts
    if issues are found.
    
    I plan on using this to start fixing the issues it finds and then perhaps
    gradually enable more stringent checking.
    AndyAyersMS committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    7203360 View commit details
    Browse the repository at this point in the history