Bug 189641 - getAST() takes a long time to return.
Summary: getAST() takes a long time to return.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 07:10 EDT by Janees Elamkulam CLA
Modified: 2020-09-04 15:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janees Elamkulam CLA 2007-05-29 07:10:01 EDT
getAST function for an external translation unit take greater than a sec to complete.
Comment 1 Doug Schaefer CLA 2007-05-29 10:44:46 EDT
Is this a bug or are you thanking us for getting it down close to a second :).
Comment 2 Chris Recoskie CLA 2007-05-29 12:48:49 EDT
We need more information.  The time required to get the AST is of course going to be dependent upon the amount of code there is to parse.  Can you provide an example that you think is taking unacceptably long to parse, and also a justification as to why it is slower than it should be?