deps: patch V8 to 6.1.534.38 · nodejs/node@8471747 · GitHub
Skip to content

Commit 8471747

Browse files
committed
deps: patch V8 to 6.1.534.38
Created using the update-v8 npm module and the command `update-v8 minor`. Refs: v8/v8@6.1.534.36...6.1.534.38 Backport-PR-URL: #15393 PR-URL: #15431 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
1 parent 2e8652e commit 8471747

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

deps/v8/include/v8-version.h

Lines changed: 1 addition & 1 deletion

deps/v8/src/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ DEFINE_BOOL(wasm_disable_structured_cloning, false,
491491
"disable wasm structured cloning")
492492
DEFINE_INT(wasm_num_compilation_tasks, 10,
493493
"number of parallel compilation tasks for wasm")
494-
DEFINE_BOOL(wasm_async_compilation, true,
494+
DEFINE_BOOL(wasm_async_compilation, false,
495495
"enable actual asynchronous compilation for WebAssembly.compile")
496496
// Parallel compilation confuses turbo_stats, force single threaded.
497497
DEFINE_VALUE_IMPLICATION(turbo_stats, wasm_num_compilation_tasks, 0)

deps/v8/src/libsampler/sampler.cc

Lines changed: 7 additions & 0 deletions

0 commit comments

Comments
 (0)