[Mono-bugs] [Bug 73936][Min] Changed - gmcs does not optimize for space
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Mar 2005 11:55:03 -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 dsilva@ccs.neu.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=73936
--- shadow/73936 2005-03-22 11:34:04.000000000 -0500
+++ shadow/73936.tmp.9470 2005-03-22 11:55:03.000000000 -0500
@@ -180,6 +180,13 @@
optionally enable or disable the optimization (this is important since
many users write property accessors that recurse infinitely and the
optimization hides the bug in an infinite loop instead of making the
code hit a stack overflow).
Once the jit optimization is properly tested we'll enable it by
default: currently you need to use -O=tailc or -O=all.
+
+------- Additional Comments From dsilva@ccs.neu.edu 2005-03-22 11:55 -------
+Thanks. By the way, does the JIT optimizer translate IL to IL first
+or are all optimizations architecture-specific?
+
+If it's to IL, would it be possible to add a -O flag to monodis so we
+can see the optimized output?