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

Miscellaneous inlining improvements #69256

Merged
merged 3 commits into from
Feb 20, 2020
Merged

Commits on Feb 18, 2020

  1. Always inline run_utf8_validation.

    It only has two call sites, and the one within `from_utf8` is hot within
    rustc itself.
    nnethercote committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ab90617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02d689 View commit details
    Browse the repository at this point in the history
  3. Inline various simple emit_* and read_* methods in Decoder.

    Mostly, these are the ones whose body just contains `f(self)`.
    nnethercote committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    e761f3a View commit details
    Browse the repository at this point in the history