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 liveness of FrameListRoot #39452

Merged
merged 3 commits into from
Jul 17, 2020
Merged

Fix liveness of FrameListRoot #39452

merged 3 commits into from
Jul 17, 2020

Commits on Jul 16, 2020

  1. Fix liveness of FrameListRoot

    The FrameListRoot variable isn't used if `call->IsSuppressGCTransition()`, but liveness wasn't checking this.
    
    Fix dotnet#39221
    CarolEidt committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    269bb3f View commit details
    Browse the repository at this point in the history
  2. FIx order of condition.

    CarolEidt committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c2109d8 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    CarolEidt committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    299199b View commit details
    Browse the repository at this point in the history