[Mono-bugs] [Bug 61804][Wis] Changed - [PATCH] avoid spills on method calls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 16:54:25 -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=61804
--- shadow/61804 2004-07-21 16:54:12.000000000 -0400
+++ shadow/61804.tmp.27912 2004-07-21 16:54:25.000000000 -0400
@@ -17,6 +17,11 @@
Summary: [PATCH] avoid spills on method calls
The attached patch avoids spills when possible when making a method call.
The patch helps out alot with jit time. With default opts, the compile time
for mscorlib went from 1.05s to 1.00s. With -O=all, it went from 1.82s to
1.73s it also trimed a few % of code size.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-21 16:54 -------
+Created an attachment (id=8662)
+mini-method-spill-reduce.patch
+