[Mono-bugs] [Bug 61861][Wis] Changed - [PATCH] avoid creating excess variables in ssa

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 19:38:49 -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=61861

--- shadow/61861	2004-07-22 19:38:35.000000000 -0400
+++ shadow/61861.tmp.12432	2004-07-22 19:38:49.000000000 -0400
@@ -16,6 +16,11 @@
 Cc: 
 Summary: [PATCH] avoid creating excess variables in ssa
 
 For ssa, the first time we see a variable, we do not need to rename it.
 This saves the creation of a variable. It makes jit time much faster, i
 saved about .15 seconds on on 1.6 second jit time.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-22 19:38 -------
+Created an attachment (id=8684)
+mini-ssa-avoid-var-creation.patch
+