[Mono-bugs] [Bug 61800][Wis] Changed - [PATCH] Reduce initialization code in System.Reflection.Emit.OpCode

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 18:14:30 -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 duncan@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61800

--- shadow/61800	2004-07-28 18:02:11.000000000 -0400
+++ shadow/61800.tmp.28867	2004-07-30 18:14:30.000000000 -0400
@@ -118,6 +118,15 @@
 
 Since op1 and op2 are now part of the OpCode class, and Size can be
 determined from op1 and op2, we only have 3 items to pack in the
 array,  that being OpCodeType, OperandType and FlowControl.
 
 Should I keep Size in the array, or should I take it out?
+
+------- Additional Comments From duncan@ximian.com  2004-07-30 18:14 -------
+Okay, Here's a new patch. It stores everything as 2 ints in the
+OpCode.  It requires the patch from bug 62178 be applied first. Other
+than that, everything works.
+
+I used the scripts from bug 62178 to generate and compare OpCode XML
+files. This patch does not introduce any changes to the output of the
+XML files.