Skip to content

Commit

Permalink
#53624 increase ntrampolines
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhamoyan committed Jul 25, 2022
1 parent ff42beb commit 9d26e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/msbuild/apple/build/AppleApp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<MonoAOTCompilerDefaultAotArguments Include="direct-icalls" />

<MonoAOTCompilerDefaultAotArguments Include="nimt-trampolines=2000" />
<MonoAOTCompilerDefaultAotArguments Include="ntrampolines=10000" />
<MonoAOTCompilerDefaultAotArguments Include="ntrampolines=15000" />
<MonoAOTCompilerDefaultAotArguments Include="nrgctx-fetch-trampolines=256" />
<MonoAOTCompilerDefaultAotArguments Include="ngsharedvt-trampolines=4400" />
<MonoAOTCompilerDefaultAotArguments Include="nftnptr-arg-trampolines=4000" />
Expand Down

0 comments on commit 9d26e60

Please sign in to comment.