Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inliner cost model: don't count :unreachable branches #30222

Closed
wants to merge 4 commits into from

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    e0e5a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ce66c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Inliner cost model: special-case certain ccalls, arrayset

    These are handled specially by the compiler, so the generic
    call penalty is not appropriate. Other ccalls are also
    handled specially, but these do not appear to be "cheap" so
    it may not matter what penalty we assign to them.
    timholy committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    1e96009 View commit details
    Browse the repository at this point in the history
  2. Add a convenience utility for extracting compiler variables

    This is also leveraged in a new inlining test,
    and used in devdocs. Also add info regarding
    `lines_return` to devdocs.
    timholy committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    067d8cf View commit details
    Browse the repository at this point in the history