Skip to content

Commit a7766fe

Browse files
isheludkoV8 LUCI CQ
authored andcommitted
Revert "[maps] Re-enable side-step transitions"
This reverts commit 62605e1. Reason for revert: https://crbug.com/369374536 Original change's description: > [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} Bug: 40764103 Fixed: 369374536 Change-Id: I94ed458ab17c9474b9d684a8b8c4414f4480e728 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5886972 Commit-Queue: Clemens Backes <[email protected]> Reviewed-by: Clemens Backes <[email protected]> Commit-Queue: Igor Sheludko <[email protected]> Cr-Commit-Position: refs/heads/main@{#96265}
1 parent 89f7c00 commit a7766fe

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
@@ -2514,7 +2514,7 @@ DEFINE_BOOL_READONLY(fast_map_update, false,
25142514
DEFINE_INT(max_valid_polymorphic_map_count, 4,
25152515
"maximum number of valid maps to track in POLYMORPHIC state")
25162516
DEFINE_BOOL(
2517-
clone_object_sidestep_transitions, true,
2517+
clone_object_sidestep_transitions, false,
25182518
"support sidestep transitions for dependency tracking object clone maps")
25192519
DEFINE_WEAK_IMPLICATION(future, clone_object_sidestep_transitions)
25202520

0 commit comments

Comments
 (0)