julia
4085873e
- Cache lookup of matching methods between inference and inlining (#34339)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#34339 - Cache lookup of matching methods between inference and inlining
Author
yhls
Parents
6c5fb0e9
Loading