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

Fix ILLink/ILC hang when tracking too many hoisted local values #95041

Merged
merged 4 commits into from
Nov 27, 2023

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. PR feedback

    - Use readonly
    - Avoid some allocations
    - Use sentinel class instead of enum
    sbomer committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6a7860b View commit details
    Browse the repository at this point in the history
  2. Avoid boxing for AsEnumerable

    sbomer committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2a2957a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Clean up usings

    sbomer committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    45a33bb View commit details
    Browse the repository at this point in the history