[Mono-bugs] [Bug 42135][Min] Changed - [mini] incorrect this!= null checks generated when inlining
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 30 Apr 2003 05:46:15 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=42135
--- shadow/42135 Wed Apr 30 05:45:26 2003
+++ shadow/42135.tmp.680 Wed Apr 30 05:46:15 2003
@@ -18,6 +18,11 @@
Currently, mini generates a this != null check when a method is inlined,
even when the method is called non-virtually. The attached test case
demonstrates this. When run with --optimize=inline, it throws an exception,
otherwise it runs normally. There are programs (like IKVM) which depend on
this behaviour.
+
+------- Additional Comments From vargaz@freemail.hu 2003-04-30 05:46 -------
+Created an attachment (id=4162)
+testcase
+