[Mono-bugs] [Bug 61441][Nor] Changed - [PATCH] avoid callvirt with ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 14 Aug 2004 12:33:44 -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=61441
--- shadow/61441 2004-07-17 01:12:07.000000000 -0400
+++ shadow/61441.tmp.20810 2004-08-14 12:33:44.000000000 -0400
@@ -28,6 +28,12 @@
memory we throw an exception.
------- Additional Comments From bmaurer@users.sf.net 2004-07-12 13:42 -------
Created an attachment (id=8530)
mini-ctor-no-callvirt.patch
+
+------- Additional Comments From vargaz@freemail.hu 2004-08-14 12:33 -------
+This patch causes tests/context-static.exe to fail, possibly because
+avoiding a virtual call also causes us to avoid all the stuff in
+mini_emit_virtual_call, like the calling of the remoting invoke
+wrappers.