Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] Patch proposal for Bug 43174

Alain wrote: 
> +1, with some comments.
 
> (2)
> I do understand that the first time, you do content assist
> you will have a hit, but do not we have cache indexed file
> to speed things up ?

This patch does not address the indexer : the index is available
just as it was in the CTags version ... this patch is telling 
Search to limit its scope on what to reparse in order to set up
the markers. 

The index only keeps the relationship of where constructs are declared,
defined and referenced on file-scope granularity: Search does the actual 
pinpointing of where these constructs are in the particular translation 
unit. 

> (3)
> The old indexer(CTags) parse the entire project once
> in a database, and all globals would be indexed so
> next time around even for a big project, it would not
> take more then a few seconds.

JohnC


Back to the top