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

Inline mark_neighbours_as_waiting_from. #64420

Merged

Commits on Sep 13, 2019

  1. Inline mark_neighbours_as_waiting_from.

    This function is very hot, doesn't get inlined because it's recursive,
    and the function calls are significant.
    
    This commit splits it into inlined and uninlined variants, and uses the
    inlined variant for the hot call site. This wins several percent on a
    few benchmarks.
    nnethercote committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    a2261ad View commit details
    Browse the repository at this point in the history