Update the GC from CoreRT (dotnet/coreclr#7207)
authorSean Gillespie <sean.william.g@gmail.com>
Thu, 15 Sep 2016 20:05:03 +0000 (13:05 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Sep 2016 20:05:03 +0000 (13:05 -0700)
commita5cde0eb39e976e4049e781ab91de674c66f7bd4
tree37dfcd0aab2e889532c9db82e324f0d0e43b4e0b
parent526c47bc734cc610fd1a1a070f46390c9ddb5962
Update the GC from CoreRT (dotnet/coreclr#7207)

Commit migrated from https://github.com/dotnet/coreclr/commit/797ce534ce9d4b7452896af9f2b9a35b1575d0ee
15 files changed:
src/coreclr/src/gc/env/gcenv.base.h
src/coreclr/src/gc/gc.cpp
src/coreclr/src/gc/gc.h
src/coreclr/src/gc/gccommon.cpp
src/coreclr/src/gc/gcee.cpp
src/coreclr/src/gc/gcimpl.h
src/coreclr/src/gc/gcinterface.h
src/coreclr/src/gc/gcpriv.h
src/coreclr/src/gc/gcscan.cpp
src/coreclr/src/gc/handletable.cpp
src/coreclr/src/gc/handletablecore.cpp
src/coreclr/src/gc/handletablescan.cpp
src/coreclr/src/gc/objecthandle.cpp
src/coreclr/src/gc/sample/GCSample.cpp
src/coreclr/src/gc/sample/gcenv.ee.cpp