[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 16:48:09 -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-27 12:40:10.000000000 -0400
+++ shadow/61800.tmp.14723	2004-07-28 16:48:09.000000000 -0400
@@ -94,6 +94,11 @@
 set the proper fields. This would make for a 8 byte opcode struct
 which is fine and the generated code should remain small and there is
 no need for the byte array anymore. If we have a script that generates
 the code, we could experiment with the two options to measure and see
 the tradeoffs (the less used fields could be stored as an int, to
 reduce the time spen in the ctor if it turns out to be an issue).
+
+------- Additional Comments From duncan@ximian.com  2004-07-28 16:48 -------
+Here's the script I used to generate OpCodes.cs and OpCodeNames.cs
+from cil-opcodes.xml (this requires that the XML be cleaned up by the
+script in bug #62064).