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 TailCallStress mode. #40698

Merged
merged 1 commit into from
Aug 15, 2020
Merged

Commits on Aug 14, 2020

  1. Fix TailCallStress mode.

    Improve validation of tail calls that are not tail-prefixed in the IL
    but are marked as such because of TailCallStress. We now do the same
    correctness validation in morph for such tail calls as we do for
    implicit tail calls. That blocks tail calls when we have address-taken
    locals, struct promoted params, and pinned vars.
    
    Fixes dotnet#39398.
    Fixes dotnet#39309.
    Fixes dotnet#38892.
    Fixes dotnet#38889.
    Fixes dotnet#38887.
    Fixes dotnet#37117.
    Fixes dotnet#8017.
    erozenfeld committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    415e98e View commit details
    Browse the repository at this point in the history