[Mono-bugs] [Bug 60909][Wis] Changed - [PATCH] Recomputate liveness ranges on second scan
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Jun 2004 20:17:57 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60909
--- shadow/60909 2004-06-29 20:17:37.000000000 -0400
+++ shadow/60909.tmp.8073 2004-06-29 20:17:57.000000000 -0400
@@ -32,6 +32,11 @@
...
}
i = 0 is dead code and will be removed by SSA. However, when
linear scan gets to the code, i will still appear to be live
throughout the entire block. This prevents good register allocation.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-06-29 20:17 -------
+Created an attachment (id=8397)
+patch
+