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

Don't store locals that have been moved from in generators #61922

Merged
merged 7 commits into from
Jul 2, 2019

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    7262e64 View commit details
    Browse the repository at this point in the history
  2. Add DataflowResultsCursor

    tmandry committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4a8a552 View commit details
    Browse the repository at this point in the history
  3. Add RequiresStorage pass to decide which locals to save in generators

    This avoids reserving storage in generators for locals that are moved
    out of (and not re-initialized) prior to yield points.
    tmandry committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9969417 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    11b09e7 View commit details
    Browse the repository at this point in the history
  2. Remove Clone requirement

    tmandry committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    aee1357 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

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

Commits on Jul 1, 2019

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