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

build: enable ASLR (PIE) on OS X #35704

Closed
wants to merge 1 commit into from
Closed

Commits on Oct 19, 2020

  1. build: enable ASLR (PIE) on OS X

    After conducting several benchmarks, I noticed performance losses of
    5-10%. As OS X is not a performance critical platform, as already
    mentioned by @bnoordhuis, I have removed the -no_pie flag at least for
    this platform. I'd love to enable PIE for other platforms if the 5-10%
    speed loss is not too high. I would be happy to hear your opinion on
    this.
    
    Refs: nodejs#33425
    woodfairy committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6a411a8 View commit details
    Browse the repository at this point in the history