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: refine maps parsing for large pages #29973

Commits on Oct 15, 2019

  1. src: refine maps parsing for large pages

    Multiple sections may be marked as "r-xp" and with the executable's
    path. We use the location of the `__nodetext` symbol added by the linker
    script to ensure that the range we retrieve from the maps file does
    indeed contain the Node.js text section.
    
    Thanks to Suresh Srinivas <suresh.srinivas@intel.com>!
    Gabriel Schulhof committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    ecea44c View commit details
    Browse the repository at this point in the history