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

Check more patterns for retBuffer. #40340

Merged
merged 2 commits into from
Aug 6, 2020
Merged

Commits on Aug 4, 2020

  1. Check more patterns for retBuffer.

    We force return buffers containing GC pointers to be on the stack and before we make a copy we check if the return buffer is already on the stack. Fix the check by adding `LCL_VAR_ADDR`, `ADD(LCL_VAR_ADDR, CNST)` patterns.
    Sergey Andreenko committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9437c5f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Clear EnableExtraSuperPmiQueries during SPMI replay.

    It is set during collection for easier test of struct promotion enhancements but it could let to chk/rel diffs if used during replay.
    Sergey Andreenko committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6535ccd View commit details
    Browse the repository at this point in the history