[Mono-bugs] [Bug 81102][Wis] Changed - Mono incorrectly labels certain IL sequences as invalid
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 10 17:06:45 EST 2007
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 dmitchell at logos.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81102
--- shadow/81102 2007-03-10 04:28:14.000000000 -0500
+++ shadow/81102.tmp.29517 2007-03-10 17:06:45.000000000 -0500
@@ -119,6 +119,16 @@
If the stack is not empty, then it is emptied. However, if items were already on the stack
because they were going to be used later, they get hosed.
Removing line 6454 (sp = stack_start;) seems to fix my problem, but I have no idea if it will
break any other cases, given that there is nothing to document *why* the stack needs to be
cleared.
+
+------- Additional Comments From dmitchell at logos.com 2007-03-10 17:06 -------
+I realize that my line numbers above are a little bit off (hazard of working too late).
+
+The optimization is on lines 6426-6459
+The stack is cleared on lines 6452-6456
+The line that I want to remove is line 6454
+
+Is anyone familiar enough with the code in question to tell me if I've completely gone off the
+deep end?
More information about the mono-bugs
mailing list