FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: make --no-node-snapshot a per-process option by joyeecheung · Pull Request #42864 · nodejs/node · GitHub

/ node Public

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

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
joyeecheung:node-snapshot-process
Apr 28, 2022
Merged

src: make --no-node-snapshot a per-process option#42864
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
joyeecheung:node-snapshot-process

Conversation

Copy link
Copy Markdown
Member

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 commented Apr 25, 2022
edited by legendecas
Loading

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/startup

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Apr 25, 2022

Copy link
Copy Markdown
Collaborator

legendecas added the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 28, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Apr 28, 2022
nodejs-github-bot merged commit 9c60ae2 into nodejs:master Apr 28, 2022

Copy link
Copy Markdown
Collaborator

Landed in 9c60ae2

targos pushed a commit that referenced this pull request 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 mentioned this pull request May 2, 2022

Copy link
Copy Markdown
Member

This #42809 (the ref) is marked as "dont-land-on-v16.x"

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL