Skip to content

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!

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading