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.

what is downside of setting speed optimisation in CCS Version 6.0.1 C2000 compiler?

I have made following compiler setting :-

1. project properties > build> c2000 compiler > optimisation > optimisation level = 4

2. project properties > build> c2000 compiler > Advanced options > Advanced optimisations > optimise for speed = 5

These options have decreased both code execution time and the final output file size.

However I want to know what is the downside of these setting? Do they increase power consumption or are there any other risks involved?

CCS version 6.0.1 C2000 compiler.