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: removed unneeded throw helper blocks #95379

Merged
merged 7 commits into from
Dec 5, 2023

Commits on Nov 29, 2023

  1. JIT: removed unneeded throw helper blocks

    Various optimizations can happen between the time the throw helper blocks
    are first requested (morph) and finally used (codegen). Prune away ones
    that aren't needed during the stack level setter.
    
    Fixes dotnet#93948.
    AndyAyersMS committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c995902 View commit details
    Browse the repository at this point in the history
  2. add missing cases

    AndyAyersMS committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3a172aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c1d62 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 1, 2023

  1. unblock on mac arm64

    AndyAyersMS committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    45a8db5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. review feedback

    AndyAyersMS committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9e4c8cb View commit details
    Browse the repository at this point in the history