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

Do not run stack level setter in release except for x86. #42197

Closed
wants to merge 3 commits into from

Commits on Sep 14, 2020

  1. Change noway to a debug only assert for maxStackDepth.

    Sergey Andreenko committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e0fe2bc View commit details
    Browse the repository at this point in the history
  2. Use a public getter for fgPtrArgCntMax.

    Sergey Andreenko committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8a09b10 View commit details
    Browse the repository at this point in the history
  3. Run stack level setter only for x86 or in debug.

    For x86 it is required for correctness, for other platforms is only does some checks.
    Sergey Andreenko committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    caa9670 View commit details
    Browse the repository at this point in the history