[Mono-bugs] [Bug 61861][Wis] New - [PATCH] avoid creating excess variables in ssa
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 19:38:35 -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.12420 2004-07-22 19:38:35.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 61861
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+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.