[Mono-list] Might Have Found A Way To Get GCC .NET !

Zaphod j0k3rin@yahoo.co.in
Fri, 23 Aug 2002 17:51:42 +0530


On Thu, Aug 22, 2002 at 10:36:03PM +0000, Cyber Wiz wrote:
> So i'm thinkin mono adopts this project as an IL backend and then modifies 
> G++ and all the other gcc front ends to emit output compatible with the gcj 
> alternative (compile to bytecode) backend then use jilc on the bytecode 
> programs and voila!

Actually there is a GNU project developing a C# compiler .... and I think
they have a C->IL compiler built independent of gcc .... From what they say
it's practically impossible to compile code from the GCC AST to stack 
based code . So eventhough gcj can compiler Java to JVM/Native codes ,
gcc cannot compile C to JVM (unless you consider egcs-jvm as an option)..

Also JILC doesn't seem to have IL meta-data output ?