This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

selectively optimize code by file or function



I want to tighten code space for some big functions using -ms3 switch while keeping the rest of my code intact because quite a few of them are time critical operations. I'm using an old version of CCS 3.3 with build tools v6.1.10, so #pragma FUNCTION_OPTIONS() is out of question (I tried, the compiler throws a not recognized pragma warning).

Any ideas how I can have finer control over which functions/file to optimize?

Thanks.