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

Improve liveness for 'STORE_BLK(lcl_var)'. #48797

Merged

Commits on Mar 5, 2021

  1. improve liveness for STORE_BLK

    Sergey committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    95318dc View commit details
    Browse the repository at this point in the history
  2. Improve code for RehomeArgForFastTailCall.

    Sergey committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    efb06ed View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Delete an unnecessary change

    While reviewing this change again I found that `fgMarkUseDef` should be called when we visit the local itself, the diffs that I saw from this change were because the LCL_VAR was not marked as `GTF_VAR_DEF`. Now the lclVar is marked as `GTF_VAR_DEF` so we don't need this extra logic.
    Sergey committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7c209a4 View commit details
    Browse the repository at this point in the history