[Mono-bugs] [Bug 33068][Wis] Changed - MCS should not use temporaries for x++
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 18:37:28 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33068
--- shadow/33068 2002-11-05 15:09:06.000000000 -0500
+++ shadow/33068.tmp.12047 2004-07-17 18:37:28.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 33068
-Product: Mono/MCS
+Product: Mono: Compilers
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
-Component: Misc
+Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -38,6 +38,9 @@
The value of x needs to be stored into a, which would require a large
number of changes in the compiler to make it work.
So instead of using a nice and tuned dup/dup pair, I think I will
reload the address when required. Not as good as csc, but the JIT
should be able to optimize this.
+
+------- Additional Comments From miguel@ximian.com 2004-07-17 18:37 -------
+Ben's new MCS IAssign framework patch fixes this.