This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does Arm processor(Cortex-A5x) *internally* re-order instruction?

Hi, All

We know that Arm-GCC compiler reorganizes order of instruction when building C code for optimization.My question is;

Does Arm processor *internally* re-order instruction to speed up performance and improve power efficiency?

We know that sometimes re-ordering could result in race condition since Arm processor does not execute instruction exactly issued by software. We would like to make sure how Arm processor works *internally*.

Target processor: Cortex-A53, Cortex-A57

BR,
Austin Kim