[Mono-bugs] [Bug 78019][Nor] Changed - box+brtrue optimization
shouldn't be applied to nullable types
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 31 05:38:22 EDT 2006
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 rharinath at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78019
--- shadow/78019 2006-05-31 05:29:38.000000000 -0400
+++ shadow/78019.tmp.27778 2006-05-31 05:38:22.000000000 -0400
@@ -61,6 +61,11 @@
The sample code compiles down to
box !!0
brtrue ...
This has a peephole in mini.c, which doesn't exclude nullable value types.
+
+------- Additional Comments From rharinath at novell.com 2006-05-31 05:38 -------
+Created an attachment (id=17128)
+proposed fix
+
More information about the mono-bugs
mailing list