Skip to content

Commit

Permalink
optimizer: simplify inlining algorithm (#47207)
Browse files Browse the repository at this point in the history
The main purpose of this commit is to try to simplify our inlining
algorithm by removing the delayed callee resolving mechanism (i.e.
`DelayedInliningSpec` stuff), since that kind of mechanism currently
has no users and we provide more fine grained control with
`inlining_policy` now.

This commit also adds some more cleanups, changing argument ordering of
some subroutines so that they are aligned with the other ones, and
removing dead subroutines.
  • Loading branch information
aviatesk authored Oct 18, 2022
1 parent 61ccb32 commit 8181316
Showing 1 changed file with 63 additions and 108 deletions.
Loading

0 comments on commit 8181316

Please sign in to comment.