Files
node/lib
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
..
2022-01-30 14:07:32 +00:00
2022-04-12 16:34:59 +02:00
2022-05-02 20:01:27 +02:00
2022-02-05 08:36:48 -08:00
2022-05-11 00:52:19 +02:00
2021-11-12 23:26:20 +01:00
2022-02-23 21:06:00 +00:00
2022-03-21 22:21:09 +00:00
2022-02-05 08:36:48 -08:00
2022-03-14 21:12:44 +00:00