On Sat, Mar 23, 2013 at 09:53:29AM +0000, Richard Miller wrote:
> > With gcc 4.8.0, the implementation of gcc is now in C++... And to
> > compile a compiler, one needs a C++ compiler...
> 
> This is not an insurmountable obstacle.  In fact it's the normal
> situation when retargeting any self-compiled compiler for a new
> instruction set.
> 

Except that C is a great language because it is both high
level enough and low level (near machine) that a compiler written in C
without optimizations and pure integer is "easy" (less expensive) to
write from scratch. Here, the dependencies increase.
-- 
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C

Reply via email to