Skip to content

Commit b5823ea

Browse files
mythrialleCommit Bot
authored andcommitted
[turboprop] Disable dynamic map checks for measuring impact
Bug: v8:10582 Change-Id: I1ee996ff4490136a2f97ed0ebf56da074663230e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2523311 Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org> Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org> Auto-Submit: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#71028}
1 parent 49baa9d commit b5823ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/flags/flag-definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ DEFINE_BOOL(trace_generalization, false, "trace map generalization")
553553
DEFINE_BOOL(turboprop, false, "enable experimental turboprop mid-tier compiler")
554554
DEFINE_BOOL(turboprop_mid_tier_reg_alloc, true,
555555
"enable mid-tier register allocator for turboprop")
556-
DEFINE_BOOL(turboprop_dynamic_map_checks, true,
556+
DEFINE_BOOL(turboprop_dynamic_map_checks, false,
557557
"use dynamic map checks when generating code for property accesses "
558558
"if all handlers in an IC are the same for turboprop")
559559
DEFINE_BOOL(turboprop_as_midtier, false,

test/mjsunit/mjsunit.status

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@
11871187
# fixed in a later cl.
11881188
# TODO(mythria): Reenable this when the cl that migrates deprecated maps
11891189
# lands
1190-
'regress/regress-932953': [FAIL],
1190+
'regress/regress-932953': [PASS],
11911191

11921192
# Tests failing for the lack of function context specialization in Turboprop.
11931193
'compiler/abstract-equal-receiver': [FAIL],

0 commit comments

Comments
 (0)