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: Extend IL limit for profiled call-sites, allow inlining for switches. #55478

Merged
merged 21 commits into from
Jul 14, 2021

Commits on Jul 10, 2021

  1. Improve Inliner, vol.3

    EgorBo committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    d711b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dcb3d View commit details
    Browse the repository at this point in the history
  3. Improvements

    EgorBo committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    154bd99 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Tuning.

    EgorBo committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    6dd92ca View commit details
    Browse the repository at this point in the history
  2. Fix asserts

    EgorBo committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    4cb8387 View commit details
    Browse the repository at this point in the history
  3. Clean up

    EgorBo committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    8117d8f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Fix assert

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    5a3effa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f91ad View commit details
    Browse the repository at this point in the history
  3. Tuning.

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    40588ff View commit details
    Browse the repository at this point in the history
  4. add missing break;

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e19f79f View commit details
    Browse the repository at this point in the history
  5. Tuning for size.

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2240f34 View commit details
    Browse the repository at this point in the history
  6. Tuning.

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d8f4c45 View commit details
    Browse the repository at this point in the history
  7. Formatting

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f6e7c13 View commit details
    Browse the repository at this point in the history
  8. Tuning.

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    970a2cd View commit details
    Browse the repository at this point in the history
  9. Revert some changes

    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a7ecdf6 View commit details
    Browse the repository at this point in the history
  10. Fix cases where "arg op cns" left "cns" on top of the pushedstack -- …

    …it produced many false-positive foldable switches/branches.
    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    db0f3bc View commit details
    Browse the repository at this point in the history
  11. Merge branch 'jit-inliner-3' of https://github.com/EgorBo/runtime-1 i…

    …nto jit-inliner-3
    EgorBo committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d2bbe6d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a382443 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4d0bf98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    e948d10 View commit details
    Browse the repository at this point in the history
  2. Update fgbasic.cpp

    EgorBo committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    ab9f542 View commit details
    Browse the repository at this point in the history