Re: [pph] New branch for incremental C++ parsing

2010-12-01 Thread Lawrence Crowl
On 12/1/10, Benjamin Kosnik wrote: > Hi Diego! Sorry to have missed this talk at the GCC Summit, this work > looks interesting. > >> We have created a new branch for the incremental parsing work >> that Lawrence and I described at the last GCC Summit >> (http://gcc.gnu.org/wiki/summit2010?action=A

Re: [pph] New branch for incremental C++ parsing

2010-12-01 Thread Benjamin Kosnik
Hi Diego! Sorry to have missed this talk at the GCC Summit, this work looks interesting. > We have created a new branch for the incremental parsing work > that Lawrence and I described at the last GCC Summit > (http://gcc.gnu.org/wiki/summit2010?action=AttachFile&do=get&target=IncrementalCompile

Re: [pph] New branch for incremental C++ parsing

2010-11-02 Thread Diego Novillo
On 10-11-02 15:21 , Diego Novillo wrote: This saves on average ~15% of compilation time on C++. PTH images are factored, so a change in one file does require s/does/does not/ Thanks stevenb. Diego.

[pph] New branch for incremental C++ parsing

2010-11-02 Thread Diego Novillo
We have created a new branch for the incremental parsing work that Lawrence and I described at the last GCC Summit (http://gcc.gnu.org/wiki/summit2010?action=AttachFile&do=get&target=IncrementalCompiler.pdf). To get the branch: $ svn co svn+ssh://gcc.gnu.org/svn/gcc/branches/pph The purpose of t