You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optimizer: eliminate excessive specialization in inlining code
This commit includes several code quality improvements in inlining code:
- eliminate excessive specializations around:
* `item::Pair{Any, Any}` constructions
* iterations on `Vector{Pair{Any, Any}}`
- replace `Pair{Any, Any}` with new, more explicit data type `InliningCase`
- remove dead code
0 commit comments