Save stack arguments size in InlinedCallFrame.m_Datum on x86 to handle callee's poppi...
authorFadi Hanna <fadim@microsoft.com>
Tue, 4 Feb 2020 01:09:30 +0000 (20:09 -0500)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 01:09:30 +0000 (20:09 -0500)
commitd4c26281bd5859e318e245c371d8056a0bc51d28
treebbb663f6b1542d13926dc6108459b272f37bd622
parentb9f6f5f8c76a25e978d80c72e589fd7cd481d6b2
Save stack arguments size in InlinedCallFrame.m_Datum on x86 to handle callee's popping of arguments (#26834)

* Save stack arguments size in InlinedCallFrame.m_Datum on x86 to handle callee's popping of arguments

* Move stack arguments sizes logic to Windows-only
src/coreclr/src/jit/lower.cpp
src/coreclr/src/vm/i386/PInvokeStubs.asm
src/coreclr/src/vm/i386/cgenx86.cpp