News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

RFC: remove the Task pool queue from Parser class

Started by ollydbg, July 17, 2014, 06:46:57 AM

Previous topic - Next topic

ollydbg

I want to remove the task pool queue structure, it was used for priority header file parsing, but we now use recursive paring of the header files instead. SVN style patch attached.
Your testing result or comments? Thanks.

[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.