RuntimeCopStubGen is now committed under my sandbox:
/sandbox/bmarkham/runtimeExperimentation/Tools/RuntimeCopStubGen/

The class files aren't all syntactically correct, (because I'm having
a bug between the keyboard and the chair). That is, some of the '&'
symbols from type names in Cecil didn't translate over well as ref or
pointers or anything like this.

But you can run it, or xfury's original RuntimeCop tool, to get a feel
for what we are dealing with.

I found it helps to take the name of one of the stub methods, and
search for it in Mono's runtime code to see what Mono does with them.
Especially the type of structs it translates managed objects into, and
what those structs are shaped like.

On Nov 20, 2007 1:06 PM, Darx Kies <[EMAIL PROTECTED]> wrote:
> Theoretically, yes, though I would like to take a closer look at the
> whole list of stubs..
>
> Chriss.
>
>
> Bruce Markham wrote:
> > Well, I knew that the object's header is part of what an object looks
> > like on the heap.
> >
> > Sooo, we shouldn't have a problem, should we? I mean, we'll just have
> > the stubs' implementatin use the unsafe equiv to the parameters that
> > are specified in Mono corlib.
> >
> > Equivalents to stuff like MonoArray, MonoString, etc.
> >
> > right? And the AOT will eventually be able to handle this, right?
> >
>
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > SharpOS-Developers mailing list
> > SharpOS-Developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/sharpos-developers
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> SharpOS-Developers mailing list
> SharpOS-Developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sharpos-developers
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to