[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Retargeting TCC
From: |
Dave Dodge |
Subject: |
Re: [Tinycc-devel] Retargeting TCC |
Date: |
Tue, 1 Mar 2005 01:26:21 -0500 |
User-agent: |
Mutt/1.4.2i |
On Mon, Feb 28, 2005 at 07:35:15AM -0800, Christopher Dobbs wrote:
> Could some one send me more information about the code generation
> aspects of tcc, so I can write my own code generator.
I don't know that any detailed documentation exists besides the
sourcecode itself. The x86 backend is under 1000 lines of code, so my
suggestion would be to just insert a bunch of stderr printfs into it
and run lots of small test cases to see how and when the functions get
called.
-Dave Dodge
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Tinycc-devel] Retargeting TCC,
Dave Dodge <=