Hi,

  Another thing is that the JIT now uses DWARF unwind info for
unwinding on x86/amd64/arm, instead of the old hand written code in
exceptions-<ARCH>.c. You might
want to use that too. The code is in unwind.c.

                          Zoltan

On Wed, Mar 4, 2009 at 4:58 PM, Martin Baulig <mar...@ximian.com> wrote:
> On Wed, 2009-03-04 at 16:49 +0100, Zoltan Varga wrote:
>
>>   On an unrelated note, the JIT can now generate precise live range
>> info for variables,
>> it is stored in MonoMethodVar->{live_range_start,live_range_end}.
>> Those two fields contain
>> the exact native range the variable's value can be found in its location.
>
> Hi Zoltan,
>
> this is really great news, thanks a lot for implementing this !
>
> I'll add support for this to the debugger when I'm done with ASP.NET
> support (which is next on my TODO list).
>
> Martin
>
>
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to