[Mono-bugs] [Bug 33068][Wis] New - MCS should not use temporaries for x++

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Oct 2002 20:50:34 -0000


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	Wed Oct 30 15:50:34 2002
+++ shadow/33068.tmp.10189	Wed Oct 30 15:50:34 2002
@@ -0,0 +1,23 @@
+Bug#: 33068
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: MCS should not use temporaries for x++
+
+We use too many temporaries for doing things like:
+
+int i = 0;
+
+i++;