[Mono-bugs] [Bug 62008][Wis] Changed - [PATCH] dont create temporaries for other temporaries

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Jul 2004 12:44:11 -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=62008

--- shadow/62008	2004-07-27 12:43:53.000000000 -0400
+++ shadow/62008.tmp.27119	2004-07-27 12:44:11.000000000 -0400
@@ -22,6 +22,11 @@
 This optimization marks some variables as temporaries -- they will only be
 written to once. handle_loaded_temps will not copy them into a new
 variable, as they will never be clobbered.
 
 This saves 2% of the variables we create when compiling corlib. It reduces
 the size of the code by 10 kb.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-27 12:44 -------
+Created an attachment (id=8738)
+mini-no-temps-of-temps.patch
+