Skip to content

Commit 62605e1

Browse files
o-V8 LUCI CQ
authored andcommitted
[maps] Re-enable side-step transitions
Bug: 40764103 Change-Id: Ie380d54e00a38cf8e8937990af321bc7e498d686 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5667163 Auto-Submit: Olivier Flückiger <[email protected]> Commit-Queue: Olivier Flückiger <[email protected]> Reviewed-by: Igor Sheludko <[email protected]> Commit-Queue: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/heads/main@{#94738}
1 parent 1d5f1cd commit 62605e1

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
@@ -2391,7 +2391,7 @@ DEFINE_BOOL_READONLY(fast_map_update, false,
23912391
DEFINE_INT(max_valid_polymorphic_map_count, 4,
23922392
"maximum number of valid maps to track in POLYMORPHIC state")
23932393
DEFINE_BOOL(
2394-
clone_object_sidestep_transitions, false,
2394+
clone_object_sidestep_transitions, true,
23952395
"support sidestep transitions for dependency tracking object clone maps")
23962396
DEFINE_WEAK_IMPLICATION(future, clone_object_sidestep_transitions)
23972397

0 commit comments

Comments
 (0)