On Jul 13, 2007, at 2:05 PM, Tom Tromey wrote:
I've started work on a project to turn GCC into an incremental compiler.
Sounds neat. :-)
The basic idea of the project is to run GCC as a server (similar in a way to the old compile server branch) and try to minimize the amount of re-compilation done when a source file changes.
Sounds familiar. :-) Good luck.