c++ - Why do integers process faster than bytes on NDS? -


I have noticed that when I change all instances of bytes with integers, my NDA application works a little bit faster Is all instances kept online u8 / u16 Example When possible is there such a specific reason why this happens?

The main processor that uses Nintendo DS is ARM 9, a 32-bit processor.

References :



Comments