summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
diff options
context:
space:
mode:
authorKoundinya Veluri <kouvel@microsoft.com>2017-01-25 16:28:52 -0800
committerJan Kotas <jkotas@microsoft.com>2017-01-25 16:28:52 -0800
commit6f7baa9e1ec9a848c1b98a4af8d9d8c2851ef023 (patch)
treeac196a9ae34c7cfcc76032c42276214936b4853a /src/vm/jitinterface.cpp
parent8f4cb1beaa68e74a16492510c86d9b2fec539e60 (diff)
downloadcoreclr-6f7baa9e1ec9a848c1b98a4af8d9d8c2851ef023.tar.gz
coreclr-6f7baa9e1ec9a848c1b98a4af8d9d8c2851ef023.tar.bz2
coreclr-6f7baa9e1ec9a848c1b98a4af8d9d8c2851ef023.zip
Fix `Span<T>` GCStress issue on x86 (#9116)
x86 by default treats the type of `ByReference<T>` as the actual type of its IntPtr field as an optimization. `ByReference<T>` is a special case where the struct needs to be treated as a value type so that its field can be considered as a by-ref pointer. This fixes `GCStress=f` issues on span tests on x86.
Diffstat (limited to 'src/vm/jitinterface.cpp')
0 files changed, 0 insertions, 0 deletions