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 readingAssembler instructions (Selection)
Purpose x64 A64 Copy content (dst = src) MOV RAX, RBX MOV X0, X1 Copy content (dst = *src) MOV
Continue readingRegisters
The registers are the fastest accessible memory for the CPU. Normally, each core of a CPU has its own set
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