2009-11-30 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Mon, 30 Nov 2009 02:00:34 +0000 (02:00 -0000)
committerZoltan Varga <vargaz@gmail.com>
Mon, 30 Nov 2009 02:00:34 +0000 (02:00 -0000)
commite9c0c4bbb8cab5a3008f34b3d0ae1877366daab7
tree72bf9248f117c3080af6c1bfecb1623b8adffa4d
parent42079727b3aa6527843d7ac0d25f125964c1da88
2009-11-30  Zoltan Varga  <vargaz@gmail.com>

* aot-runtime.c (mono_aot_find_jit_info): Compute the length of the method
using the sorted_code_offsets array, instead of reading it from the
exception debug info.
(load_method): Call mono_aot_find_jit_info instead of
decode_exception_debug_info ().

* aot-compiler.c (emit_exception_debug_info): Emit whenever the method was
LLVM compiled as a flag.

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