Bug 71964 - Search parses too many times
Summary: Search parses too many times
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Bogdan Gheorghe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 14:53 EDT by Bogdan Gheorghe CLA
Modified: 2004-08-13 15:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bogdan Gheorghe CLA 2004-08-13 14:53:05 EDT
If 2 source files include the same header file and we search for something in 
that header file, we will end up parsing that header file twice. We need to 
fix this in order to speed up search.
Comment 1 Bogdan Gheorghe CLA 2004-08-13 15:00:11 EDT
Fixed in head and 2.0 stream.

- BG