mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
28b5c1cc08
Improve the forcing/promotion functions in `DepKindVTable` This is a bundle of changes to the two function pointers in `DepKindVTable` that are responsible for forcing dep nodes, or promoting disk-cached values from the previous session into memory. The perf improvements to incr-unchanged and incr-patched are likely from skipping more of the “promotion” plumbing for queries that never cache to disk.