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:
authorJan Kotas <jkotas@microsoft.com>2016-09-09 02:45:11 +0300
committerJan Kotas <jkotas@microsoft.com>2016-09-09 02:45:11 +0300
commit7066ee85c055a55248943d033c46a6c95254efea (patch)
treeb1d2d5a4d2a441ba2266dd02a8ff2939896465f2 /src/Native/Runtime/gcrhscan.cpp
parent2a26179271a1d86450c6069a456e6e7f35a44782 (diff)
Port EnsureSufficientExecutionStack/TryEnsureSufficientExecutionStack
- Port EnsureSufficientExecutionStack to Unix by switching it to the same implementation as what we use for CoreCLR. It is piggy backing on stackbounds that the runtime keeps track of. - Add TryEnsureSufficientExecutionStack since it was added as public method for CoreCLR (see https://github.com/dotnet/coreclr/pull/7077/) [tfs-changeset: 1626388]
Diffstat (limited to 'src/Native/Runtime/gcrhscan.cpp')
-rw-r--r--src/Native/Runtime/gcrhscan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Native/Runtime/gcrhscan.cpp b/src/Native/Runtime/gcrhscan.cpp
index 5ee0cbec4..9bbd19fb7 100644
--- a/src/Native/Runtime/gcrhscan.cpp
+++ b/src/Native/Runtime/gcrhscan.cpp
@@ -24,7 +24,8 @@
#include "module.h"
#include "RuntimeInstance.h"
#include "threadstore.h"
-
+#include "threadstore.inl"
+#include "thread.inl"
#ifndef DACCESS_COMPILE