Skip to content

Commit a286b91

Browse files
committed
fixup! src: stop copying code cache
1 parent 158062d commit a286b91

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
@@ -505,6 +505,9 @@ struct IsolateSettings {
505505
// feature during the build step by passing the --disable-shared-readonly-heap
506506
// flag to the configure script.
507507
//
508+
// The snapshot *must* be kept alive during the execution of the environment /
509+
// isolate that it is derived from.
510+
//
508511
// Snapshots are an *experimental* feature. In particular, the embedder API
509512
// exposed through this class is subject to change or removal between Node.js
510513
// versions, including possible API and ABI breakage.

0 commit comments

Comments
 (0)