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