[Mono-bugs] [Bug 61853][Wis] New - [PATCH] decompose complex opcodes before BURG
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 16:40:38 -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=61853
--- shadow/61853 2004-07-22 16:40:38.000000000 -0400
+++ shadow/61853.tmp.9839 2004-07-22 16:40:38.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 61853
+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] decompose complex opcodes before BURG
+
+An opcode such as CEE_LDLEN should be decomposed before BURG sees it. When
+we decompose the operation, BURG is able to see that the ldlen is really
+LD_IND_I4 (base). It can use this information to combine the operation into
+another assembly instruction (for example, it can do cmp DWORD PTR
+[eax+length_offset], 5)