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

inliner: Emit storage markers for introduced arg temporaries #76123

Merged
merged 1 commit into from
Sep 14, 2020

Commits on Sep 3, 2020

  1. inliner: Emit storage markers for introduced arg temporaries

    When introducing argument temporaries during inlining, emit storage
    marker statements just before the assignment and in the beginning of
    the return block.
    
    This ensures that such temporaries will not be considered live across
    yield points after inlining inside a generator.
    tmiasko committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9daf8fd View commit details
    Browse the repository at this point in the history