Skip to content

Commit 05d83a0

Browse files
isheludkoCommit Bot
authored andcommitted
Temporarily disable frozen/sealed elements kinds
... to prepare for merging this back to stable channel. Bug: chromium:992914 Change-Id: Icbb257b5c02417d9222e60346575567360376264 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1762021 Reviewed-by: Leszek Swirski <[email protected]> Commit-Queue: Leszek Swirski <[email protected]> Auto-Submit: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/heads/master@{#63277}
1 parent f2bb20f commit 05d83a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flags/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ DEFINE_BOOL(enable_one_shot_optimization, true,
394394
"only be executed once")
395395

396396
// Flag for sealed, frozen elements kind instead of dictionary elements kind
397-
DEFINE_BOOL_READONLY(enable_sealed_frozen_elements_kind, true,
397+
DEFINE_BOOL_READONLY(enable_sealed_frozen_elements_kind, false,
398398
"Enable sealed, frozen elements kind")
399399

400400
// Flags for data representation optimizations

0 commit comments

Comments
 (0)