News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

C::B 13.12 Can't work with big project which have more than 100 files.

Started by tyysoft, February 24, 2014, 03:05:59 PM

Previous topic - Next topic

ollydbg

Quote from: MortenMacFly on March 02, 2014, 07:25:59 PM
Well the default case for me is that I have a small code snippet to reproduce a certain error. Then it will be very fast and the information is essential to track down parser errors. So yes, please make it an option which imho should be enabled by default.
FYI:
I add  CC_PARSER_TEST back to the cbp in rev9816. It was not simple to add this as an option I think.
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.