Skip to main content

Module prefetch

Module prefetch 

Source
Expand description

Memory prefetching optimization

Provides platform-specific prefetch hints to improve cache performance for sequential memory accesses. Used before batch UTXO lookups and other sequential data structure traversals.

Reference: BLVM Optimization Pass 1.3 - Memory Prefetching

Functions§

prefetch_ahead
Prefetch multiple elements ahead in a slice
prefetch_read
Prefetch data for read access
prefetch_slice
Prefetch a slice of data for sequential access