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: fix fully-static and large-pages combination #23964

Commits on Oct 30, 2018

  1. src: fix fully-static & large-pages combination

    Fixes: nodejs#23906
    Refs: nodejs#22079
    
    This change to ld.implicit.script moves libc static code to
    .lpstub area and avoids the issue detailed in 23906
    
    Quick performance comparision on web-tooling shows 3%
    improvement for the combination over fully-static
    
    cycles                       376,235,487,455  390,007,877,315
    instructions                 700,341,146,973  714,773,201,182
    itlb_misses_walk_completed        20,654,246       28,908,381
    itlb_misses_walk_completed_4k     19,884,666       28,865,118
    itlb_misses_walk_completed_2m_4m     769,391           43,251
    Score                                   9.13             8.86
    suresh-srinivas committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f47ab8f View commit details
    Browse the repository at this point in the history