[Mono-dev] Mixed Mode Assemblies

Tom Spink tspink at gmail.com
Fri Jul 22 15:50:13 EDT 2011


On 20 July 2011 23:45, Robert Jordan <robertj at gmx.net> wrote:

> Hi Tom!


Hi Robert!

> Yes - this is a good idea.  I'm also wondering if the support library
> should
> > actually be linked in as a shared library, in which case it can simply
> hold
> > a flag about whether or not the JIT has been loaded.
>
> That would work, too.


I was thinking again about this... and what if the support library routines
lived inside the mono shared library target... this would mean the stub
shared object would link with libmono (as it does already), and wouldn't
have to link with an external library (shared, static or otherwise).

The routines in the support code are just wrappers around embedded mono
calls anyway, so if they were introduced into the Mono embedding API, then
it would make stub generation a bit easier/cleaner.

What do you think?

Robert
>

-- Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110722/4c0483af/attachment.html 


More information about the Mono-devel-list mailing list