[Mono-bugs] [Bug 22117] Changed - mcs show implement switch as a jump table when possible
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Apr 2002 11:09:50 -0000
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 piersh@friskit.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22117
--- shadow/22117 Tue Mar 19 19:34:45 2002
+++ shadow/22117.tmp.23286 Mon Apr 8 07:09:50 2002
@@ -1,13 +1,13 @@
Bug#: 22117
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -21,6 +21,9 @@
chain of ifs instead of a jump table.
Wishlist priority, but would be really nice to have:-)
------- Additional Comments From miguel@ximian.com 2002-03-19 19:34 -------
This will require some serious work, that is why it has not been
implemented. But the logic is not hard, anyone can do it ;-)
+
+------- Additional Comments From piersh@friskit.com 2002-04-08 07:09 -------
+added TableSwitchEmit() to statement.cs