On Fri, Mar 21, 2008 at 11:23 PM, grover <[EMAIL PROTECTED]> wrote:
>  I've been tinkering with monos corlib the last couple of days. I've built a
>  small tool to dump all unmanaged method references (as fully working C#
It's been done (more or less the same idea):
http://www.sharpos.org/redmine/repositories/browse/3/sandbox/DarxKies/CorlibStubs

>  source files throwing System.NotImplementedException) from Mono and to merge
>  replacements with the mono library (actually any IL DLL for that matter.)
Code is in AOT right now. It does proper merging of types - just add
mscorlib.dll as the last argument for sharpos-aot

>  Anyways as the AOT can't handle generics in every case yet I wanted to
>  suggest merging the mono .NET 1.0 corlib, which has apparently passed the
>  AOT (couple of tests remain on my side.)
Are you sure? Last time I was working on it, AOT stopped at generating
assembly code. Also it doesn't handle delegates yet unless someone has
finished them before me (didn't notice that)... So I'm a little bit
sceptical if you've really merged that correctly...

>  Before I go on with this and possibly waste my time I wanted to ask if
>  someone else is already working on this and how far they've gotten. I think
Please don't shoot the messanger :) Some work has already been done
and it's all in trunk - basically what needs to be done now is just
compilation with mscorlib.dll enabled and eliminating the bugs during
encoding phase...

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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