CPU vs. GPU Both are processors for specific domains. CPU GPU Core number One up to a few Huge number
Continue readingCategory: Computer architecture
Understanding program execution
Terminology Program: A compiled binary file generated from source code by a compiler and linker. Process: A running instance of
Continue readingRegisters
Overview The registers are the fastest accessible memory for the CPU. Normally, each core of a CPU has its own
Continue readingWhy is ARM using a link register (LR)?
It’s been used for a better performance, but only works for leaf functions. Working szenario (Leaf function) Nice, it’s fast,
Continue reading