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

src: reject per-process isolate flags in workers by legendecas · Pull Request #53780 · nodejs/node · GitHub

/ node Public

src: reject per-process isolate flags in workers - #53780

Closed
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:env/isolate-flags
Closed

src: reject per-process isolate flags in workers#53780
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:env/isolate-flags

Conversation

legendecas commented Jul 9, 2024
edited
Loading

Copy link
Copy Markdown
Member

V8 flags are saved in a per-process storage and are not effective in the
Worker constructor options (not applied with V8::SetFlagsFromString).
Reject V8 flags in the Worker constructor proactively to indicate these
options should be set at process level.

Refs: #53596

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jul 9, 2024
legendecas force-pushed the env/isolate-flags branch from 3f44cb6 to 77adc06 Compare July 9, 2024 11:14
legendecas added the worker Issues and PRs related to Worker support. label Jul 9, 2024
V8 flags are saved in a per-process storages and were ignored in the
Worker constructor options. Reject V8 flags in the Worker constructor
proactively to indicate these options should be set at process level.
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++. needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL