[Mono-bugs] [Bug 61853][Wis] Changed - [PATCH] decompose complex opcodes before BURG
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 16:40:53 -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.9855 2004-07-22 16:40:53.000000000 -0400
@@ -18,6 +18,11 @@
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)
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-22 16:40 -------
+Created an attachment (id=8678)
+mini-opcode-decomp.patch
+