[Mono-bugs] [Bug 61804][Wis] New - [PATCH] avoid spills on method calls
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 16:54:12 -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.27894 2004-07-21 16:54:12.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 61804
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+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.