Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd27b8b

Browse filesBrowse 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
Copy full SHA for bd27b8b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node_snapshotable.cc‎

Copy file name to clipboardExpand all lines: src/node_snapshotable.cc
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.