Skip to content

Commit bd27b8b

Browse files
joyeecheungdanielleadams
authored andcommitted
bootstrap: turn on FunctionCodeHandling::kKeep in the snapshot builder
To improve startup performance. PR-URL: #44104 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent f461d79 commit bd27b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_snapshotable.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ int SnapshotBuilder::Generate(SnapshotData* out,
10141014

10151015
// Must be out of HandleScope
10161016
out->v8_snapshot_blob_data =
1017-
creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kClear);
1017+
creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kKeep);
10181018

10191019
// We must be able to rehash the blob when we restore it or otherwise
10201020
// the hash seed would be fixed by V8, introducing a vulnerability.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy