Skip to content

Commit

Permalink
manually-cherry-picked: optimizer: eliminate excessive specialization…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
aviatesk committed Oct 26, 2021
1 parent 069861a commit e0f980e
Showing 1 changed file with 104 additions and 109 deletions.
Loading

0 comments on commit e0f980e

Please sign in to comment.