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

Issue 21013005: Optimize equuality operation for two Boolean arguments. (Closed)

Created:
7 years, 4 months ago by srdjan
Modified:
7 years, 4 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Florian Schneider
Visibility:
Public.

Description

Optimize equuality operation for two Boolean arguments. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25636

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -28 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 11 chunks +65 lines, -26 lines 0 comments Download
M tests/language/equality_test.dart View 1 2 2 chunks +26 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
7 years, 4 months ago (2013-07-29 18:53:04 UTC) #1
Cutch
lgtm
7 years, 4 months ago (2013-07-29 20:32:16 UTC) #2
srdjan
As you suggested off-line, we could generalize that for classes that do not override Object's ...
7 years, 4 months ago (2013-07-29 20:43:52 UTC) #3
srdjan
PTAL
7 years, 4 months ago (2013-07-30 20:16:17 UTC) #4
Cutch
lgtm https://codereview.chromium.org/21013005/diff/18001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/21013005/diff/18001/runtime/vm/flow_graph_optimizer.cc#newcode2911 runtime/vm/flow_graph_optimizer.cc:2911: Token::Kind strict_kind = (compare->kind() == Token::kEQ) ? Maybe ...
7 years, 4 months ago (2013-07-30 20:22:30 UTC) #5
srdjan
https://codereview.chromium.org/21013005/diff/18001/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/21013005/diff/18001/runtime/vm/flow_graph_optimizer.cc#newcode2911 runtime/vm/flow_graph_optimizer.cc:2911: Token::Kind strict_kind = (compare->kind() == Token::kEQ) ? On 2013/07/30 ...
7 years, 4 months ago (2013-07-30 20:26:50 UTC) #6
srdjan
7 years, 4 months ago (2013-07-30 20:44:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r25636 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698