Skip to content

Commit

Permalink
fixup! src: stop copying code cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakil committed Mar 19, 2023
1 parent 34c719b commit f4833ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,9 @@ struct IsolateSettings {
// feature during the build step by passing the --disable-shared-readonly-heap
// flag to the configure script.
//
// The snapshot *must* be kept alive during the execution of the environment /
// isolate that it is derived from.
//
// Snapshots are an *experimental* feature. In particular, the embedder API
// exposed through this class is subject to change or removal between Node.js
// versions, including possible API and ABI breakage.
Expand Down

0 comments on commit f4833ff

Please sign in to comment.