Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Mosier <smosier@microsoft.com>2015-10-14 19:59:44 +0300
committerScott Mosier <smosier@microsoft.com>2015-10-14 20:50:33 +0300
commit015b60a6ae813714a6dc576c36df4637880ab897 (patch)
tree76a3288dffb3ae226b9b2fd77747816f214f65f2 /src/Native/Runtime/GCHelpers.cpp
parent9ceafad81f9c68f16c6be2e11ff609ce9f228ae9 (diff)
Additional GC-to-EE hookup.
Provide specialized gcenv.h for CoreRT. Some refactoring of related gcenv stuff. Wire up finalizer code. Add runtime-specific scanning code.
Diffstat (limited to 'src/Native/Runtime/GCHelpers.cpp')
-rw-r--r--src/Native/Runtime/GCHelpers.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/Native/Runtime/GCHelpers.cpp b/src/Native/Runtime/GCHelpers.cpp
index 601c2c4c8..8977917fd 100644
--- a/src/Native/Runtime/GCHelpers.cpp
+++ b/src/Native/Runtime/GCHelpers.cpp
@@ -10,15 +10,17 @@
#include "common.h"
#include "gcenv.h"
#include "gc.h"
-#include "commontypes.h"
-#include "commonmacros.h"
#include "restrictedcallouts.h"
-#include "daccess.h"
-#include "targetptrs.h"
-#include "eetype.h"
-#include "objectlayout.h"
+#include "gcrhinterface.h"
+#include "palredhawkcommon.h"
+#include "slist.h"
+#include "varint.h"
+#include "regdisplay.h"
+#include "stackframeiterator.h"
+
+#include "thread.h"
COOP_PINVOKE_HELPER(void, RhSuppressFinalize, (OBJECTREF refObj))
{