Fix GC reporting for Span<T> passed in registers on Unix (dotnet/coreclr#9247)
authorKoundinya Veluri <kouvel@microsoft.com>
Wed, 1 Feb 2017 14:20:12 +0000 (06:20 -0800)
committerJan Kotas <jkotas@microsoft.com>
Wed, 1 Feb 2017 14:20:12 +0000 (06:20 -0800)
commit8e471bb2ab1e96e84a89cead923f8bc82bf61979
treeeea73e4fc84d96607b43950ecddd6e350282cd27
parent01c7f20a2f61f4b461bacfdd27b820cc233cac05
Fix GC reporting for Span<T> passed in registers on Unix (dotnet/coreclr#9247)

Part of fix for dotnet/coreclr#9033

Test coverage is already there in CoreFX's span tests.

Commit migrated from https://github.com/dotnet/coreclr/commit/7ced6b540e5c2fd7ed49661dc0b182d65a413949
src/coreclr/src/vm/appdomain.cpp
src/coreclr/src/vm/argdestination.h
src/coreclr/src/vm/methodtable.cpp
src/coreclr/src/vm/siginfo.cpp