This project is currently suspended

The last status report was http://tromey.com/blog/?p=420

More recently, Tom Tromey said "I'm not sure the incremental compiler is the way to go. It is a complicated approach. Perhaps better would be to tackle things head on; that is, push harder for modules in C and C++ and fix the problem at its root." source

Incremental Compiler Project

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. Read the announcement and check out the branch at svn://gcc.gnu.org/svn/gcc/branches/incremental-compiler

Personnel

Delivery Date

Benefits

Dependencies

Modifications Required

Status

Design Notes

Driver and UI

Client/Server

Re-initialization

C Front End

CPP

C++ Front End

Code Generation

Parallel Compilation

None: IncrementalCompiler (last edited 2015-09-13 13:29:27 by ManuelLopezIbanez)