Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: byo on April 18, 2008, 11:34:55 pm

Title: GCC could help CodeCompletion in future
Post by: byo on April 18, 2008, 11:34:55 pm
Looks like all the parsing, symbol storage etc. may not be needed anymore. Tom Tromey has started to work on turning GCC into an Incremental Compiler - such approach will require gcc to work as a server.
One of side effect of such architecture is that gcc could also work as an information server for IDEs providing informations about code.

More info here (http://spindazzle.org/greenblog/index.php?/archives/74-Interview-GCC-as-an-incremental-compile-server.html)

Regards
   BYO
Title: Re: GCC could help CodeCompletion in future
Post by: JGM on April 19, 2008, 12:17:52 am
thats cool :D, but it will take a while
Title: Re: GCC could help CodeCompletion in future
Post by: Michael on May 15, 2008, 12:20:25 pm
Hello,

it looks really interesting :). Let see how things will evolve.

All the best
Michael
Title: Re: GCC could help CodeCompletion in future
Post by: Barking_Mad on October 13, 2008, 05:19:49 am
This does look intresting, but i notice there hasnt been an [incremenal] branch patch in several months.
Title: Re: GCC could help CodeCompletion in future
Post by: ollydbg on February 16, 2009, 05:01:17 am
I found this message in the gnu wiki

http://gcc.gnu.org/wiki/IncrementalCompiler

and I checked the svn branches. and the last update was in 2008 -05 -21 :D