[Mono-bugs] [Bug 61441][Wis] Changed - [PATCH] avoid callvirt with ctors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Jul 2004 13:42:33 -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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=61441

--- shadow/61441	2004-07-12 13:42:17.000000000 -0400
+++ shadow/61441.tmp.27353	2004-07-12 13:42:33.000000000 -0400
@@ -23,6 +23,11 @@
 callvirt .ctor
 
 By using `call' we avoid the nullcheck which reduces code size.
 
 what is returned from the allocator will never be null -- if we are out of
 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
+