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 _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel