You can learn cache size from running ```bash grep . /sys/devices/system/cpu/cpu*/cache/index*/* ``` Grabbing cache size, perhaps we can modify how we run benchmarks to respect cache alignment. e.g. if the binary isn't aligned along i-cache line?
You can learn cache size from running
Grabbing cache size, perhaps we can modify how we run benchmarks to respect cache alignment. e.g. if the binary isn't aligned along i-cache line?