[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:34 -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:48:09.000000000 -0400
+++ shadow/61800.tmp.14740 2004-07-28 16:48:33.000000000 -0400
@@ -99,6 +99,11 @@
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).
+
+------- Additional Comments From duncan@ximian.com 2004-07-28 16:48 -------
+Created an attachment (id=8766)
+GenerateOpCodes.cs
+