Skip to content

Commit f4833ff

Browse files
committed
fixup! src: stop copying code cache
1 parent 34c719b commit f4833ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/node.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,9 @@ struct IsolateSettings {
504504
// feature during the build step by passing the --disable-shared-readonly-heap
505505
// flag to the configure script.
506506
//
507+
// The snapshot *must* be kept alive during the execution of the environment /
508+
// isolate that it is derived from.
509+
//
507510
// Snapshots are an *experimental* feature. In particular, the embedder API
508511
// exposed through this class is subject to change or removal between Node.js
509512
// versions, including possible API and ABI breakage.

0 commit comments

Comments
 (0)