Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Parallelization of C/C++ indexer [message #694306]

It's a good idea to open a bugzilla and to start a design discussion there.

-sergey

On Sat, Jul 9, 2011 at 1:17 PM, Volker Diesel <volker.diesel@xxxxxx> wrote:
(As recommended in CDT forum, I send my posting there to cdt-dev mailing list for further discussion)

Hi.

I wonder if there are any plans for parallelization of CDT's C/C++ indexer and I wonder if it would be worth opening a bugzilla for that issue (I would also volunteer implementing such a functionality).
Actually I already have a first draft for parallelizing C/C++ indexer over multiple eclipse projects. Is there any chance to get such a functionality into eclipse CDT codeline?

Background: Eclipse workspace of our C++ project contains about 170 CDT eclipse projects, full indexing of these projects takes ages because it uses only one CPU core. Our workstations are 16 core machines with 24GB main memory, so there would be more than enough resources to speed up indexing by at least a factor of ten.

Any answer or comment is welcome.

Regards,
Volker
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top