[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] GCC .net
From: |
Gopal V |
Subject: |
Re: [Pnet-developers] GCC .net |
Date: |
Fri, 28 Mar 2003 23:13:34 +0530 |
User-agent: |
Mutt/1.2.5i |
If memory serves me right, minddog wrote:
> "I am able to build the C compiler (cc1), and this outputs .NET Common
> Intermediate Language (CIL) assembler files, which I can then run through the
> Microsoft ilasm tool. I did try using Portable .NET tools, but I couldn't get
> these to work, sadly!"
I have looked at this ... it's really ughly IL code . It has a huge array
which it uses like C uses RAM . Not pretty , fast, stable or useful. I
ended up leaving the bugs out.
> Maybe we should give this project a shot in the next month to get it working
> on Pnet.
Until we have a HUGE stack to allocate the array needed for the apps ,
this project is impossible. Also it's pretty much useless as our Managed
C compiler generates better code which is faster by about 5-6 times.
Also this does not allow calling C# methods from C , which is another
thing cscc-c-s has .
Gopal
--
The difference between insanity and genius is measured by success