[Mono-bugs] [Bug 58026][Wis] Changed - Add infrastructure for implementing icalls in IL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 10:08:39 -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=58026
--- shadow/58026 2004-05-14 08:29:01.000000000 -0400
+++ shadow/58026.tmp.6504 2004-05-14 10:08:39.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: vargaz@freemail.hu
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Summary: Add infrastructure for implementing icalls in IL
-OtherBugsDependingOnThis: 52395
+OtherBugsDependingOnThis: 52395[FIXED]
Currently, all icalls are implemented in native C code. This means that
calling them incures a performance penalty due to the managed->unmanaged
transition. Also, they can't be inlined. For simple icalls, like
Array:Rank, the cost of the call and the transition is much greater than
the cost of the operation itself. This is why under mono,