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 authored and LilithHafner committed Feb 22, 2022
1 parent 47121ea commit 22feae9
Showing 1 changed file with 102 additions and 100 deletions.
Loading

0 comments on commit 22feae9

Please sign in to comment.