[Mono-list] MCS -cppoutput C# to C++ generator work in progress

Dietmar Maurer dietmar@ximian.com
05 Jul 2002 08:37:18 +0200


On Fri, 2002-07-05 at 05:19, Ben Cooley wrote:

> Question: What precisely does the "internal call" marshaling/trampoline code
> do in the JIT?  Can mono be technically made to directly call the C++
> code directly (and vica versa) if careful control of the C++ stack is
> excercised?

"Internal Call" marshaling simply calls those internal methods. It does
not convert parameters like PInvoke, it only saves some infos to catch
signals (exception handling).

- Dietmar