[Mono-bugs] [Bug 73936][Min] Changed - gmcs does not optimize for space

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Mar 2005 13:25:55 -0500 (EST)


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=73936

--- shadow/73936	2005-03-21 12:56:34.000000000 -0500
+++ shadow/73936.tmp.23443	2005-03-21 13:25:55.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73936
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dsilva@ccs.neu.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -77,6 +77,13 @@
 Always.
 
 Additional Information:
 
 This is not required by the ECMA spec but I believe it is allowed.
 (otherwise, why would the instruction exist?)
+
+------- Additional Comments From bmaurer@users.sf.net  2005-03-21 13:25 -------
+csc does not do this. In general the solution is to not make recursive
+calls.
+
+The jit may be able to optimize this, but IIRC, the msft jit doesn't;
+so it wouldn't be cross platform.