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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kyte <alkyte@microsoft.com>2017-11-17 00:47:27 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-17 13:26:00 +0300
commit2bb178c7a818fff79aee95ae3513c258692b82dc (patch)
tree13c77bd5961914c4c2f7b6a3a78924458630534b /configure.ac
parent1f4bd60284826e9d4ddac30caa6618d58cf80cfe (diff)
[runtime] Increase the BCL imt trampoline count (fix tests)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c4059648f9..864d23df3a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -956,7 +956,7 @@ with_wasm_default=no
with_bitcode_default=no
with_cooperative_gc_default=no
-INVARIANT_AOT_OPTIONS=nimt-trampolines=2000,ntrampolines=8000,nrgctx-fetch-trampolines=256,ngsharedvt-trampolines=4000
+INVARIANT_AOT_OPTIONS=nimt-trampolines=2000,ntrampolines=9000,nrgctx-fetch-trampolines=256,ngsharedvt-trampolines=4000
AOT_BUILD_ATTRS=$INVARIANT_AOT_OPTIONS