2009-06-09 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Tue, 9 Jun 2009 21:10:35 +0000 (21:10 -0000)
committerZoltan Varga <vargaz@gmail.com>
Tue, 9 Jun 2009 21:10:35 +0000 (21:10 -0000)
commit401093876761fcfd9b70f76983e6f4327d9b8ee8
tree0f8fdf305aa7865061f8d9f48b06844a268de47e
parent0db3cea7fef14c0eb1af85dce24d407b961e8377
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.

svn path=/trunk/mono/; revision=135785
mono/mini/ChangeLog
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c