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

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


--- Comment #1 from Zoltan Varga <[email protected]> 2010-02-10 00:36:08 UTC ---
This is not easy to implement. The .mdb file doesn't contain liveness
information, so the JIT has to compute it itself. Since the JIT initializes all
variables to 0, the start of their liveness range is the same, and the JIT
extends their live ranges to the end of the method, to allow inspecting
variables after their last use, so the end of their liveness range is the same
too.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to