[Mono-bugs] [Bug 60673][Wis] Changed - -O=loop sometimes adds padding in wrong places
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 14:49:13 -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=60673
--- shadow/60673 2004-06-23 21:29:32.000000000 -0400
+++ shadow/60673.tmp.30519 2004-06-24 14:49:13.000000000 -0400
@@ -63,6 +63,11 @@
26: 0f 8d 18 01 00 00 jge 144 <T_X+0x144>
2c: 8d 64 24 00 lea esp,[esp]
30: 81 ff 80 f0 fa 02 cmp edi,0x2faf080
the lea instructions are padding, which are trying to align loops. However,
alignment should not be added.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-06-24 14:49 -------
+Created an attachment (id=8335)
+patch
+