pub fn compute_cache_key(isa: &dyn TargetIsa, func: &Function) -> CacheKeyHashAvailable on crate feature
incremental-cache only.Expand description
Compute a cache key, and hash it on your behalf.
Since computing the CacheKey is a bit expensive, it should be done as least as possible.