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

Make liveness more precise for assignments to fields #73774

Merged
merged 3 commits into from
Jun 28, 2020

Commits on Jun 26, 2020

  1. Handle stores to projections correctly in liveness analysis

    Previously, we were too conservative and `x.field = 4` was treated as a
    "use" of `x`.
    ecstatic-morse committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    558c8a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2340197 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Fix comment.

    ecstatic-morse authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    ffcfaa1 View commit details
    Browse the repository at this point in the history