Posts tagged "hardware":
Memory layouts
20 Nov 2024
Whenever a program is run, it has two kinds of memories, stack and heap.
(...)Memory Ordering in C++ and OS support (Linux)
11 Nov 2024
Some basic things to note:
(...)Computer Architecture
19 Oct 2024
Different Instructions: x86, ARM, RISC V, MIPS.
(...)CSD
23 Apr 2024
Moore's Law: The number of transistors in a dense integrated circuit doubles every two years.
(...)Branch predictions
13 Apr 2023
We can usually fit many operations in one clock cycle. So if all instructions were independent, we can in theory do like 5 or 6 instructions at once.
(...)