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

Need to change the method for determining the number of CPUs on Linux #28388

Commits on May 10, 2024

  1. Need to change the method for determining the number of CPUs on Linux

    https://bugs.webkit.org/show_bug.cgi?id=273675
    
    Reviewed by NOBODY (OOPS!).
    
    nproc is unreliable, so remove it and rely on the fallback that greps
    /proc/cpuinfo instead. This looks a little bit fragile (e.g. it would
    fail if my AMD Ryzen "Processor" were instead an AMD Ryzen "processor")
    but surely an improvement.
    
    * Tools/Scripts/webkitdirs.pm:
    (determineNumberOfCPUs):
    mcatanzaro committed May 10, 2024
    Configuration menu
    Copy the full SHA
    48c72c6 View commit details
    Browse the repository at this point in the history