-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
V8 is fairly close to reaching a state where we can enable pointer compression. It will be a build time flag for the embedder to enable. Implications are:
- Significant memory savings. Some experiments show 30% smaller V8 heap size, in Chrome.
- Slightly worse performance, at least for now. We are confident that it could actually perform better.
- Upper limit of 4GB memory, at least for now.
- Different ABI, so Node modules for non-pointer-compressed builds are incompatible with pointer-compressed builds.
Discuss!
skiritsis, sapics and punkeelrefack and lin7shdevsnek, joyeecheung, paambaati, lin7sh and worstpracticePospelove and lin7sh
Metadata
Metadata
Assignees
Labels
discussIssues opened for discussions and feedbacks.Issues opened for discussions and feedbacks.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.