[Mono-dev] [Mono-patches] r128544 - in trunk/mono/mono: metadata mini

Zoltan Varga vargaz at gmail.com
Wed Mar 4 11:11:02 EST 2009


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 <martin at 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
>
>
>


More information about the Mono-devel-list mailing list