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

Optimize long-linker-command-line test #65945

Merged
merged 1 commit into from
Nov 7, 2019

Commits on Nov 1, 2019

  1. Optimize long-linker-command-line test

    Replace O(n^3) text matching with inexpensive hash set lookups.
    
    On my machine this reduces the total runtime of complete
    run-make-fulldeps suite from roughly 75 seconds to 45 seconds.
    tmiasko committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    6bbe162 View commit details
    Browse the repository at this point in the history