node/.github
Joyee Cheung fbe1478077
bootstrap: include code cache in the embedded snapshot
Since V8 code cache encodes indices to the read-only space
it is safer to make sure that the code cache is generated in the
same heap used to generate the embdded snapshot. This patch
merges the code cache builder into the snapshot builder and
makes the code cache part of node::SnapshotData that is
deserialized into the native module loader during bootstrap.

PR-URL: https://github.com/nodejs/node/pull/43023
Fixes: https://github.com/nodejs/node/issues/31074
Refs: https://github.com/nodejs/node/issues/35711
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2022-05-17 20:38:11 +08:00
..
ISSUE_TEMPLATE meta: correct link to feature request document 2022-02-23 14:13:59 +00:00
workflows build: set ASAN workaround 2022-05-14 22:05:55 -07:00
CODEOWNERS bootstrap: include code cache in the embedded snapshot 2022-05-17 20:38:11 +08:00
PULL_REQUEST_TEMPLATE.md doc: make contributing info more discoverable 2022-01-18 14:24:30 -05:00
SUPPORT.md doc: remove OpenJSF Slack nodejs from support doc 2021-12-09 08:14:10 -08:00
label-pr-config.yml meta: add dependencies label to label-pr-config 2022-03-07 22:34:36 +00:00