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

Issue 25630002: Fix issue 13474. Simplify graph builder for Boolean operators AND, OR: do not optimize code when th… (Closed)

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

Description

Fix issue 13474. Simplify graph builder for Boolean operators AND, OR: do not optimize code when the result of the Boolean operator is not used. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=28275

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -5 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 2 3 4 5 6 7 1 chunk +18 lines, -5 lines 0 comments Download
A tests/language/issue13474_test.dart View 1 2 3 4 5 6 1 chunk +20 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
srdjan
7 years, 2 months ago (2013-10-01 22:44:22 UTC) #1
Florian Schneider
dbc: When in an effect context, the result of the right-hand side of && and ...
7 years, 2 months ago (2013-10-02 10:09:21 UTC) #2
srdjan
On 2013/10/02 10:09:21, Florian Schneider wrote: > dbc: When in an effect context, the result ...
7 years, 2 months ago (2013-10-02 13:42:12 UTC) #3
srdjan
Addressed objections. PTAL
7 years, 2 months ago (2013-10-02 21:04:23 UTC) #4
srdjan
Ping?
7 years, 2 months ago (2013-10-03 16:10:38 UTC) #5
Kevin Millikin (Google)
LGTM.
7 years, 2 months ago (2013-10-04 10:38:22 UTC) #6
srdjan
7 years, 2 months ago (2013-10-04 19:43:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 manually as r28275 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698