Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Issue 18053010: Equality can be converted to a strict equality with checks. If the number of checks exceeds the thr… (Closed)

Created:
7 years, 5 months ago by srdjan
Modified:
7 years, 5 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Equality can be converted to a strict equality with checks. If the number of checks exceeds the threshold (--max_equality_polymorphic_checks=32) use megamorphic dispatch instead. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=24592

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -17 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 chunks +7 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
7 years, 5 months ago (2013-06-27 19:11:01 UTC) #1
Kevin Millikin (Google)
LGTM.
7 years, 5 months ago (2013-06-28 12:15:54 UTC) #2
srdjan
7 years, 5 months ago (2013-06-28 16:15:55 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r24592 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698