julia
4085873e - Cache lookup of matching methods between inference and inlining (#34339)

Commit
5 years ago
Cache lookup of matching methods between inference and inlining (#34339) The results of calling `_methods_by_ftype` in inference are now kept in `InferenceState` objects, forwarded to `OptimizationState`s, and used in inlining.
Author
Parents
Loading