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

Generator optimization: Overlap locals that never have storage live at the same time #60187

Merged
merged 11 commits into from Jun 12, 2019

Commits on Jun 10, 2019

  1. Copy the full SHA
    f9f8bfa View commit details
    Browse the repository at this point in the history
  2. Overlap locals that never have storage live at the same time

    ...and are only included in a single variant.
    tmandry committed Jun 10, 2019
    Copy the full SHA
    7868758 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9de451c View commit details
    Browse the repository at this point in the history
  4. Add test suite

    tmandry committed Jun 10, 2019
    Copy the full SHA
    63d73fd View commit details
    Browse the repository at this point in the history
  5. Small review fixes

    tmandry committed Jun 10, 2019
    Copy the full SHA
    a38991f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    66e7493 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6680d03 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fbdff56 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c158d1c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9f3ad88 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. More review fixes

    tmandry committed Jun 11, 2019
    Copy the full SHA
    aeefbc4 View commit details
    Browse the repository at this point in the history