[Mono-bugs] [Bug 590669] Type loading is a bit too aggressive for locals during jit

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 23 22:03:14 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=590669

http://bugzilla.novell.com/show_bug.cgi?id=590669#c1


--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com> 2010-03-24 02:03:13 UTC ---
This is a very tricky problem.

First, our verifier works in an all or nothing way, so if it find a typeload
error, it fails the whole method.
Second, when our JIT gets a broken method, it does abort compilation and raises
the exception.

We would need to fix both our verifier and JIT. This is a lot of work. I load
of it.

This change is too disrupting to be backported to 2.6, which is another problem
on its own.

So, unless we have this blocking an actual customer, it won't be done.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list