Skip to main content

Module blob_prefetch

Module blob_prefetch 

Source
Expand description

Speculative prefetch for content-addressed function blobs.

Builds a call probability graph from FunctionBlob dependencies. On function entry, prefetches top-N likely callees in background to warm blob cache and JIT cache ahead of execution.

Structsยง

CallEdge
CallGraph
Call probability graph built from blob dependencies.
PrefetchConfig
Prefetch configuration.
PrefetchStats
Prefetcher
Speculative prefetcher that warms caches ahead of execution.