ARM > Efficient C for ARM > Optimising
Remarks
Optimisation is an iterative process, often involving much discovery.
Remarks
It might be worth optimising big routines for space.
Inspection is important: just reading the code can show up a multitude of problems.
Sometimes it’s valuable to re-visit code you’ve written earlier. A fresh perspective can make a difference to how you view the code.