X Tutup
The Wayback Machine - https://web.archive.org/web/20220509110322/https://github.com/nodejs/node/pull/42864
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: make --no-node-snapshot a per-process option #42864

Merged
merged 1 commit into from Apr 28, 2022

Conversation

Copy link
Member

@joyeecheung joyeecheung commented Apr 25, 2022

We enable the shared read-only heap which currently requires that the
snapshot used in different isolates in the same process to be the same.
Therefore --no-node-snapshot is a per-process option.

Refs: #42809

We enable the shared read-only heap which currently requires that the
snapshot used in different isolates in the same process to be the same.
Therefore --no-node-snapshot is a per-process option.
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 25, 2022

Review requested:

@nodejs-github-bot nodejs-github-bot added c++ lib / src needs-ci labels Apr 25, 2022
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 25, 2022

@legendecas legendecas added the commit-queue label Apr 28, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue label Apr 28, 2022
@nodejs-github-bot nodejs-github-bot merged commit 9c60ae2 into nodejs:master Apr 28, 2022
56 checks passed
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 28, 2022

Landed in 9c60ae2

targos pushed a commit that referenced this issue May 2, 2022
We enable the shared read-only heap which currently requires that the
snapshot used in different isolates in the same process to be the same.
Therefore --no-node-snapshot is a per-process option.

PR-URL: #42864
Refs: #42809
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@targos targos mentioned this pull request May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ lib / src needs-ci
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants
X Tutup