tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Basic questions about *implementation details* of tin


From: chris
Subject: Re: [Tinycc-devel] Basic questions about *implementation details* of tinycc please....
Date: Fri, 29 Sep 2006 10:42:52 -0700
User-agent: Mutt/1.5.9i


On Fri, Sep 29, 2006 at 10:47:24AM +0400, PerfectDark wrote:
> TCC is not use AST or any middle end (often very `voracious' part); code 
> generation - last stage of backend, `connected' with parser steps - this make 
> it very fast. TCC also use only primitive optimizations.

Thanks for info.  Can you please point me to some web pages
describing at a high level the architecture of tinycc??
Was tinycc's way of creating a C compilers easier or harder
than using an abstract syntax tree?

Chris




reply via email to

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