prefetch
RU: prefetch
A technique where a cache line is loaded into CPU cache before the processor explicitly requests it, hiding main-memory latency. Prefetching can be initiated by hardware (the prefetcher detecting access patterns) or by software (a compiler or developer emitting a prefetch instruction such as __builtin_prefetch).