Skip to content

Commit

Permalink
optimizer: eliminate excessive specialization in inlining code
Browse files Browse the repository at this point in the history
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 24, 2021
1 parent c14bfa9 commit 774ca28
Showing 1 changed file with 88 additions and 79 deletions.
Loading

0 comments on commit 774ca28

Please sign in to comment.