tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Speed of development of a compiler.


From: Charles Anthony
Subject: Re: [Tinycc-devel] Speed of development of a compiler.
Date: Tue, 24 Nov 2015 13:23:32 -0800



On Tue, Nov 24, 2015 at 12:13 PM, AlexandreFressange <address@hidden> wrote:

I seriously considered the need for a new compiler, when others are existing. But on the other hand, I am curious to see if I can create a lightweight alternative that would only fit my os (on those archs) and language.

I concur, that is a crazy task.

I've been thinking and designing the whole thing starting last year, at the same time I started the OS project (which borrows some pieces with freebsd, but not much). But, as you know, a compiler is.. something.

I have had great success working with the clang code generator; your compiler translates your language into clang's abstract machine language, and the clang generates optimized code for any supported target.

 -- Charles


reply via email to

[Prev in Thread] Current Thread [Next in Thread]