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

src: make --use-largepages a runtime option #30954

Closed

Commits on Dec 14, 2019

  1. src: make --use-largepages a runtime option

    Moves the option that instructs Node.js to-remap its static code to
    large pages from a configure-time option to a runtime option. This
    should make it easy to assess the performance impact of such a change
    without having to custom-build.
    Gabriel Schulhof committed Dec 14, 2019
    Copy the full SHA
    a83c5df View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. src: make --use-largepages a three-valued option

    Gabriel Schulhof committed Dec 15, 2019
    Copy the full SHA
    65622bf View commit details
    Browse the repository at this point in the history
  2. update test

    Gabriel Schulhof committed Dec 15, 2019
    Copy the full SHA
    6e0fd1c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. heed review comments

    Gabriel Schulhof committed Dec 17, 2019
    Copy the full SHA
    a93064d View commit details
    Browse the repository at this point in the history
  2. convert values to strings

    Gabriel Schulhof committed Dec 17, 2019
    Copy the full SHA
    764c109 View commit details
    Browse the repository at this point in the history
  3. only add sources if arch is x64

    Gabriel Schulhof committed Dec 17, 2019
    Copy the full SHA
    67bc994 View commit details
    Browse the repository at this point in the history
  4. update test comment

    Gabriel Schulhof committed Dec 17, 2019
    Copy the full SHA
    cc54363 View commit details
    Browse the repository at this point in the history
  5. rename "silent" to "on"

    Gabriel Schulhof committed Dec 17, 2019
    Copy the full SHA
    52d025b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. make "on" verbose, and retain "silent"

    Gabriel Schulhof committed Dec 18, 2019
    Copy the full SHA
    764f45e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. fix FreeBSD

    Co-authored-by: David Carlier <devnexen@gmail.com>
    Gabriel Schulhof and devnexen committed Dec 22, 2019
    Copy the full SHA
    c504237 View commit details
    Browse the repository at this point in the history