Skip to content

Commit

Permalink
optimizer: some cosmetic improvements on inlining code (#43115)
Browse files Browse the repository at this point in the history
- remove an unnecessary field and allocation
- make the signature order consistent across the file:
  `ir::IRCode, idx::Int, stmt, rt, info, flag::UInt8, sig::Signature, state::InliningState, todo::Vector{Pair{Int, Any}}`
- pass the same `stmt::Expr` object and slightly improve its type-stability
  • Loading branch information
aviatesk authored Nov 20, 2021
1 parent 2a1197a commit 1799ae6
Showing 1 changed file with 127 additions and 124 deletions.
Loading

0 comments on commit 1799ae6

Please sign in to comment.