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 123b2d6

Browse filesBrowse files
joyeecheungruyadorno
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 cb7a9e7 commit 123b2d6
Copy full SHA for 123b2d6

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
@@ -313,7 +313,7 @@ int SnapshotBuilder::Generate(SnapshotData* out,
313313

314314
// Must be out of HandleScope
315315
out->v8_snapshot_blob_data =
316-
creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kClear);
316+
creator.CreateBlob(SnapshotCreator::FunctionCodeHandling::kKeep);
317317

318318
// We must be able to rehash the blob when we restore it or otherwise
319319
// 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.