User forums > Nightly builds

The 25 september 2010 build (6634) CODECOMPLETION BRANCH version is out.

<< < (12/24) > >>

ollydbg:

--- Quote from: jens on October 06, 2010, 09:41:07 am ---Works now:

--- Code: ---Project 'test' parsing stage done (30453 total parsed files, 1347032 tokens in 42 minute(s), 24.656 seconds).
--- End code ---

--- End quote ---

Hi, jens, Did you remember how long will the batch parse take to parse the whole Linux source, when you did this last time(If I remember correct, maybe one year ago)?



Loaden:

--- Quote from: jens on October 06, 2010, 09:41:07 am ---And also the annoying issue, that the symbols-browser is initially empty if no file is opened, seems to be fixed !

--- End quote ---
Yes, This issue fixed in r6665.

--- Quote ---* cc_branch: fix parser init error, lead class browser can not correctly refreshed

-------------------------------
M : /branches/codecompletion_refactoring/src/plugins/codecompletion/nativeparser.cpp 
--- End quote ---

Loaden:

--- Quote from: jens on October 06, 2010, 09:41:07 am ---Works now:

--- Code: ---Project 'test' parsing stage done (30453 total parsed files, 1347032 tokens in 42 minute(s), 24.656 seconds).
--- End code ---

--- End quote ---
Hi, Jens, About the batch parsing time, could you shut off the debug log trace, and trying again?
Here:

--- Quote ---#define CC_TOKENIZER_DEBUG_OUTPUT 0
#define CC_PARSERTHREAD_DEBUG_OUTPUT 0
...
--- End quote ---
If use debug log, will lead batch parsing as long time.

Jenna:

--- Quote from: ollydbg on October 06, 2010, 10:10:36 am ---
--- Quote from: jens on October 06, 2010, 09:41:07 am ---Works now:

--- Code: ---Project 'test' parsing stage done (30453 total parsed files, 1347032 tokens in 42 minute(s), 24.656 seconds).
--- End code ---

--- End quote ---

Hi, jens, Did you remember how long will the batch parse take to parse the whole Linux source, when you did this last time(If I remember correct, maybe one year ago)?

--- End quote ---

No, and it would not give any answers about incfreasing or decreasing parse time, because this time I parsed 2.6.35 kernel sources, the last time it was 2.6.29 with only 21k files and a little more than a million tokens, but I will test with current trunk and give you feedback.

Jenna:

--- Quote from: Loaden on October 06, 2010, 10:19:59 am ---
--- Quote from: jens on October 06, 2010, 09:41:07 am ---Works now:

--- Code: ---Project 'test' parsing stage done (30453 total parsed files, 1347032 tokens in 42 minute(s), 24.656 seconds).
--- End code ---

--- End quote ---
Hi, Jens, About the batch parsing time, could you shut off the debug log trace, and trying again?
Here:

--- Quote ---#define CC_TOKENIZER_DEBUG_OUTPUT 0
#define CC_PARSERTHREAD_DEBUG_OUTPUT 0
...
--- End quote ---
If use debug log, will lead batch parsing as long time.


--- End quote ---
I can do, but it will not make such a big difference I guess, because I have an additional static variable inside the ifdef to switch on debug output while running debugger (by changing the value from false to true).
But I will test anyway.
When running batch output all the time it would last much longer.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version