Skip to content

Commit b1c5eba

Browse files
sygV8 LUCI CQ
authored andcommitted
[builtins] Enable concurrent mksnapshot by default
Bug: 342692713 Change-Id: I7f5057ef1b3746b48accc092b9b620ac571248c6 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6041448 Reviewed-by: Igor Sheludko <[email protected]> Commit-Queue: Shu-yu Guo <[email protected]> Cr-Commit-Position: refs/heads/main@{#97667}
1 parent e94db6d commit b1c5eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ declare_args() {
104104
v8_enable_fast_mksnapshot = false
105105

106106
# Enable using multiple threads to build builtins in mksnapshot.
107-
v8_enable_concurrent_mksnapshot = ""
107+
v8_enable_concurrent_mksnapshot = true
108108

109109
# Optimize code for Torque executable, even during a debug build.
110110
v8_enable_fast_torque = ""

0 commit comments

Comments
 (0)