[Mono-bugs] [Bug 61899][Wis] Changed - [PATCH] Speed up copy/cons propagation
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jul 2004 01:51:59 -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=61899
--- shadow/61899 2004-07-24 01:51:38.000000000 -0400
+++ shadow/61899.tmp.2915 2004-07-24 01:51:59.000000000 -0400
@@ -22,6 +22,11 @@
only need to do this if there are variables whose address has been taken.
* Since cprop already calls the cfold pass, there is no need to do a
seperate round of constant folding.
Together, these changes make it so that -O=copyprop does not impact jit time.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-24 01:51 -------
+Created an attachment (id=8699)
+mini-cprop-speedup.patch
+