2008-08-16 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Sat, 16 Aug 2008 20:12:55 +0000 (20:12 -0000)
committerZoltan Varga <vargaz@gmail.com>
Sat, 16 Aug 2008 20:12:55 +0000 (20:12 -0000)
commit09ad7fb3c6b8bc4ae190c33fcbad1d7d35c7d884
tree5a0287f3bf9181050a6bf176c07fb01fe67ea888
parent79561f88d4591d7f143a4f7543322fe7fc7c0dbe
2008-08-16  Zoltan Varga  <vargaz@gmail.com>

* jit-icalls.c (mono_helper_compile_generic_method): Don't pass the context
to this function, since it could be computed easily from the method
argument.
(mono_helper_compile_generic_method_wo_context): Removed, not needed any
more.

* method-to-ir.c mini.c: Remove references to
compile_generic_method_wo_context.

* method-to-ir.c (mono_method_to_ir2): Enable AOT for virtual
generic method calls.

svn path=/trunk/mono/; revision=110664
mono/mini/ChangeLog
mono/mini/jit-icalls.c
mono/mini/jit-icalls.h
mono/mini/method-to-ir.c
mono/mini/mini.c