summaryrefslogtreecommitdiff
path: root/src/vm/crossgen
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2018-07-17 12:11:33 -0700
committerGitHub <noreply@github.com>2018-07-17 12:11:33 -0700
commiteaf111b08dce413738f9133748e302248359c5e9 (patch)
treefda6fb83f6c080590e30a4f6108e8344744a27b3 /src/vm/crossgen
parent83ee28ed75a94e6fd4e1c81c27fc9acf947d92a3 (diff)
downloadcoreclr-eaf111b08dce413738f9133748e302248359c5e9.tar.gz
coreclr-eaf111b08dce413738f9133748e302248359c5e9.tar.bz2
coreclr-eaf111b08dce413738f9133748e302248359c5e9.zip
Add pooling for JIT scratch memory (#18924)
Fixes #3408
Diffstat (limited to 'src/vm/crossgen')
-rw-r--r--src/vm/crossgen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/crossgen/CMakeLists.txt b/src/vm/crossgen/CMakeLists.txt
index fe1f7a38c9..75742b599f 100644
--- a/src/vm/crossgen/CMakeLists.txt
+++ b/src/vm/crossgen/CMakeLists.txt
@@ -45,6 +45,7 @@ set(VM_CROSSGEN_SOURCES
../invokeutil.cpp
../inlinetracking.cpp
../contractimpl.cpp
+ ../jithost.cpp
../jitinterface.cpp
../loaderallocator.cpp
../memberload.cpp