diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2019-05-17 10:16:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 10:16:31 -0700 |
commit | e03923c09ea8e2eaf32d69bee4f4f7486b7d6a51 (patch) | |
tree | 24192a3ecb8bcfc29a5b0910488af45b5f768169 /eng | |
parent | 21ac0ede7ecb3eaacd99814273ed8f551572b1dd (diff) | |
download | coreclr-e03923c09ea8e2eaf32d69bee4f4f7486b7d6a51.tar.gz coreclr-e03923c09ea8e2eaf32d69bee4f4f7486b7d6a51.tar.bz2 coreclr-e03923c09ea8e2eaf32d69bee4f4f7486b7d6a51.zip |
Fix localloc with large out arg space (#24388)
Add stack probing in localloc with fixed outgoing arg frames
The SP adjustment when we re-establish the outgoing argument
space after doing a localloc must be probed. This is true for
all architectures with fixed outgoing argument space, namely,
everything but x86.
Add new tests for this.
Fixes #23915
Diffstat (limited to 'eng')
0 files changed, 0 insertions, 0 deletions