Mettle

prefetchedA prefetch was inserted

Reported by --explain after a verdict.

mettle explain prefetched

The loop walks memory with a stride the compiler can see ahead of, so it asks for the line some iterations early. This hides part of the memory latency on a loop whose limit is bandwidth rather than arithmetic.

Related