Hi Expert,
Could you suggest that how to configure the below items to optimize the program running speed while maintaining code integrity?
Thanks!
Best regards
Rayna Wang
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.
Hi Expert,
Could you suggest that how to configure the below items to optimize the program running speed while maintaining code integrity?
Thanks!
Best regards
Rayna Wang
Hello Rayna,
It is important to understand the impact of each of the compiler optimization levels available.
This FAQ is a good start: https://software-dl.ti.com/ccs/esd/documents/c2000_c28x-code-generation-tips-and-tricks.html#optimization
For more details, I strongly suggest reading chapter 3 of the Compiler user's guide:
http://dev.ti.com/tirex/explore/node?node=APrU60ITeJcy-f1L4BfYJA__FUz-xrs__LATEST
Also please be aware of the tradeoff between optimization and debug visibility:
http://dev.ti.com/tirex/explore/node?node=AA6fEd9YTSwdDSyHdoLE9Q__FUz-xrs__LATEST
Thanks
ki