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ยง
- Call
Edge - Call
Graph - Call probability graph built from blob dependencies.
- Prefetch
Config - Prefetch configuration.
- Prefetch
Stats - Prefetcher
- Speculative prefetcher that warms caches ahead of execution.