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

Transform local indirections off of TYP_BLK locals; support numbering exposed LCL_FLDs #79771

Merged
merged 3 commits into from
Jan 11, 2023

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    801816c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225eb65 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Fix an optimizer bug

    Good on me for noticing it a few weeks ago in dotnet#79722...
    
    ```
    // Otherwise, must be local lhs form. TODO-Bug: this doesn't account for LCL_FLD.
    // This will miss memory havoc induced by address-exposed local field stores.
    ```
    SingleAccretion committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    040c4da View commit details
    Browse the repository at this point in the history