[Mono-dev] Issue with inlining in the JIT

2011-03-08 Thread Michael Mudge
I'm running into an access violation in Mono... I've traced the cause as far back as I can (mono_method_to_ir), but that function is so full of macros and switches that it's hard to figure out how it came to make the decision it did. Here is the story of how the access violation occurs:

Re: [Mono-dev] Issue with inlining in the JIT

2011-03-08 Thread Zoltan Varga
Hi, Create a testcase and attach it to a bug report. Zoltan On Wed, Mar 9, 2011 at 12:08 AM, Michael Mudge mich...@mudge.com wrote: I'm running into an access violation in Mono... I've traced the cause as far back as I can (mono_method_to_ir), but that function is so full