2009-06-09 Zoltan Varga <vargaz@gmail.com>
commitda422c0cd37a01988dae462b1d55f37c17ad98f9
authorzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 9 Jun 2009 21:10:35 +0000 (9 21:10 +0000)
committerzoltan <zoltan@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 9 Jun 2009 21:10:35 +0000 (9 21:10 +0000)
tree28f05e9533b65f8bf3a0c30c9a2e129525436dee
parent41601acc1d352c9b427ce16984d5ff250fbe8d9c
2009-06-09  Zoltan Varga  <vargaz@gmail.com>

* aot-runtime.c (mono_aot_plt_resolve): Avoid creating trampolines in
the full-aot case if possible, since the trampoline will be called right
away.

* aot-compiler.c (mono_compile_assembly): Decrease the number of full aot
trampolines to 1024 after the change above.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@135785 e3ebcda4-bce8-0310-ba0a-eca2169e7518
mono/mini/ChangeLog
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c