[Mono-bugs] [Bug 58026][Wis] Changed - Add infrastructure for implementing icalls in IL
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 4 May 2004 15:18:37 -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-04 14:59:41.000000000 -0400
+++ shadow/58026.tmp.24715 2004-05-04 15:18:37.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Add infrastructure for implementing icalls in IL
+OtherBugsDependingOnThis: 52395
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,