Skip to content

Commit 69da7ba

Browse files
tasakcopybara-github
authored andcommitted
[PA] Enable ExternalMetadata feature on canary
Enable ExternalMetadata on canary/dev for 1 day and see how the feature affects chrome, e.g. stability, performance. Its revert CL will be created soon after landing this CL. The revert CL will be landed in 1 day. Bug: crbug.com/435341877 Change-Id: Iff8666b7edb356a4b038090235a8835bb19c0d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6824147 Reviewed-by: Yuki Shiino <[email protected]> Commit-Queue: Takashi Sakamoto <[email protected]> Cr-Commit-Position: refs/heads/main@{#1498030} NOKEYCHECK=True GitOrigin-RevId: 5ecb57d4413475be4daaa1788b9fd074ab0c8bac
1 parent 5c2d24b commit 69da7ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

partition_alloc.gni

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,11 @@ declare_args() {
340340
declare_args() {
341341
# Because of address space issue, this feature cannot be enabled on
342342
# 32bit OS and iOS, i.e. has_64_bit_pointers && !is_ios
343-
move_metadata_outside_gigacage = false && has_64_bit_pointers && !is_ios
343+
move_metadata_outside_gigacage = has_64_bit_pointers && !is_ios
344344
}
345345

346346
declare_args() {
347-
enable_move_metadata_outside_gigacage_trial =
348-
false && move_metadata_outside_gigacage
347+
enable_move_metadata_outside_gigacage_trial = move_metadata_outside_gigacage
349348
}
350349

351350
assert(!enable_move_metadata_outside_gigacage_trial ||

0 commit comments

Comments
 (0)