[Mono-bugs] [Bug 64675][Wis] New - [PATCH] Avoid long encodings for push operations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 30 Aug 2004 15:26:09 -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=64675
--- shadow/64675 2004-08-30 15:26:09.000000000 -0400
+++ shadow/64675.tmp.7721 2004-08-30 15:26:09.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 64675
+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 long encodings for push operations
+
+push imm can be used with an imm8. This saves 3 bytes of code space. By
+enabling this, overall code size was reduced by over one percent.