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: don't import IL for partial compilation blocks #61572

Merged
merged 3 commits into from
Nov 17, 2021

Commits on Nov 14, 2021

  1. JIT: don't import IL for partial compilation blocks

    Adjust partial comp not to import IL instead of importing it and then
    deleting the IR. Saves some time and also sometimes a bit of stack
    space as we won't create as many temps.
    
    Update both PC and OSR to check for blocks in handlers early, rather
    than pretending to support these and then backing out later.
    AndyAyersMS committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    437ab14 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Check if a method can have patchpoints during importation, rather tha…

    …n setting
    
    patchpoints and then backing out.
    AndyAyersMS committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5a3ae33 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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