Incremental Compiler GCC

Versions:
Developer: Tom Tromey

From the project description: "The goal of this project is to turn GCC into an incremental compiler. GCC will run as a server and maintain a model of the user's program. When a translation unit is recompiled, GCC will re-compile the minimum necessary."

 

Homepage