[Mono-bugs] [Bug 61641][Wis] Changed - Suboptimal register allocation with `if' statements
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 19 Jul 2004 16:24:32 -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=61641
--- shadow/61641 2004-07-17 13:53:32.000000000 -0400
+++ shadow/61641.tmp.524 2004-07-19 16:24:31.000000000 -0400
@@ -625,6 +625,11 @@
------- Additional Comments From bmaurer@users.sf.net 2004-07-17 13:53 -------
So, apprarently, I got the reverse completion order right (I checked
by using the simpler recursive version from Aho et al). It does help
with the liveness speed (I got a 14% reduction in the number of
iterations with it!), however, it does not seem like a good order for
liveness.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-19 16:24 -------
+Created an attachment (id=8636)
+mini-liveness-use-il-order.patch
+