[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] TCC version 0.9.24 is out
From: |
grischka |
Subject: |
Re: [Tinycc-devel] TCC version 0.9.24 is out |
Date: |
Mon, 7 Apr 2008 21:56:26 +0200 |
From: "Fabrice Bellard":
> grischka wrote:
> > Future plans? Well, what about splitting the sources into parts
> > and making them compile from distinct object files, now? WDYT?
>
> OK provided there are not many more .c and .h files as there are now.
Here is a suggestion:
- tcc.h ~1000 lines (defs and prototypes)
- tcc-pre.c ~3000 lines (preprocessor)
- tcc-gen.c ~5000 lines (parser/generator)
- tcc-utl.c ~1000 lines (pstrcat, tcc_add_file, tcc_run, ...)
- tcc.c ~1000 lines (main, option parsing)
Anyway, a _future_ plan.
--- grischka