Skip to content

build: re-enable custom V8 snapshot by default

tools: assert that the snapshot can be rehashed in node_mksnapshot

build: turn on custom V8 snapshot by default

This patch re-enables custom V8 snapshot integration. Also renames the experimental configure switch from --with-node-snapshot to --without-node-snapshot to be consistent with--without-snapshot which is used for the default V8 snapshot.

Refs: https://github.com/nodejs/node/pull/27365 Refs: https://github.com/nodejs/node/issues/17058

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

Merge request reports

Loading