[Mono-bugs] [Bug 61641][Wis] Changed - Bad register allocation with `if' statements

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 20:40:47 -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-15 18:20:16.000000000 -0400
+++ shadow/61641.tmp.24109	2004-07-15 20:40:47.000000000 -0400
@@ -584,6 +584,10 @@
 
 the reverse of the order in which they were last visited is:
 
 a b c d e
 
 I think the second arrangement would give better allocation.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-15 20:40 -------
+So obviously you cant really do the preorder visit correctly if the
+graph has cycles.