// ARCHITECTURE & HARDWARE
-
Intel® 64 and IA-32 Architectures Software Developer Manuals
The full x86/x86-64 ISA reference. Volumes 1–4. Essential if you're doing anything at the instruction level, writing a JIT, or just want to understand what the CPU is actually doing.
-
AMD64 Architecture Programmer's Manual
AMD's counterpart to the Intel SDM. Good to read both when you care about cross-vendor compatibility, particularly around NUMA topology and MSRs.
-
Linux NUMA Memory Policy — kernel.org
kernel.org documentation on NUMA memory policies. Useful companion when you're optimising for locality and need to understand how the kernel exposes the topology.