Skip to content

Commit aeb2220

Browse files
o-V8 LUCI CQ
authored andcommitted
[leaptiering] Enable by default
In preparation to removing non-leaptiering code, unconditionally enable the flag in the build config. Bug: 42204201 Change-Id: If6d3d7169fb4a3ca5ddd22333f52fc8a940d2c8b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6207491 Auto-Submit: Olivier Flückiger <[email protected]> Reviewed-by: Toon Verwaest <[email protected]> Commit-Queue: Toon Verwaest <[email protected]> Cr-Commit-Position: refs/heads/main@{#98383}
1 parent 175c7cd commit aeb2220

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

BUILD.gn

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ declare_args() {
336336
v8_enable_sandbox = ""
337337

338338
# Enable leaptiering
339-
v8_enable_leaptiering = ""
339+
v8_enable_leaptiering = true
340340

341341
# Enable the memory corruption API. Useful for testing the sandbox.
342342
# The memory corruption API is only exposed to JavaScript if sandbox testing
@@ -641,11 +641,6 @@ if (v8_enable_sandbox == "") {
641641
v8_enable_sandbox = v8_enable_pointer_compression_shared_cage &&
642642
v8_enable_external_code_space && target_os != "fuchsia"
643643
}
644-
if (v8_enable_leaptiering == "") {
645-
v8_enable_leaptiering = v8_enable_sandbox || v8_current_cpu == "x64" ||
646-
v8_current_cpu == "arm64" ||
647-
v8_current_cpu == "x86" || v8_current_cpu == "arm"
648-
}
649644

650645
if (v8_enable_static_roots == "") {
651646
# Static roots are only valid for builds with pointer compression and a

0 commit comments

Comments
 (0)