Tool/software:
We are using CCS 10.0.0.00010 with Compiler version 18.1.4 LTS
With reference to the following thread:
For compiler version 18.1.4 LTS, please could you confirm:
- Whether or not the compiler replaces certain calls to memcpy with assembly language loads/stores?
- Is there a way to instruct the compiler not to replace calls to memcpy?
- Is there a document which details a list of the different circumstances under which the compiler will determine that it can replace a call to memcpy?