LWN.net Logo

Interview: GCC as an incremental compile server (Spindazzle.org)

Anthony Green interviews Tom Tromey. "Tom Tromey is making some interesting changes to GCC. I interviewed him via email to learn more... green: You recently started a project to turn GCC into an "incremental compiler". What will be "incremental" about it? tromey: When recompiling, GCC won't redo all the work of compiling a file. Instead, it will only recompile the parts that have changed. For this to work well, we'll also eventually need an incremental linker. Luckily there are some new linkers on the horizon which should help. Down the road I'd like to look at exploiting the server code (the incremental compiler runs as a server) to provide "IDE assist" -- indexing and the like."
(Log in to post comments)

Interview: GCC as an incremental compile server (Spindazzle.org)

Posted Sep 13, 2007 0:32 UTC (Thu) by green (guest, #29086) [Link]

You might want to change the link to.. http://spindazzle.org/greenblog/index.php?/archives/74-In...
..because the blog contents will be changing.
Thanks!
AG

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds