[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
Wed, 28 Jul 2004 17:45:39 -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 16:49:16.000000000 -0400
+++ shadow/61800.tmp.15870	2004-07-28 17:45:39.000000000 -0400
@@ -109,6 +109,15 @@
 
 
 ------- Additional Comments From duncan@ximian.com  2004-07-28 16:49 -------
 Created an attachment (id=8767)
 The generated OpCodes.cs file
 
+
+------- Additional Comments From duncan@ximian.com  2004-07-28 17:45 -------
+One issue:
+
+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?