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

Issue 57383006: Avoid redundant assertion code in equality comparisons in checked mode. (Closed)

Created:
7 years, 1 month ago by fschneider
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Avoid redundant assertion code in equality comparisons in checked mode. The result of an equality operation only needs to be checked if it is negated. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=29964

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -5 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
This is a left-over from changing the IL for ==.
7 years, 1 month ago (2013-11-04 17:47:14 UTC) #1
srdjan
lgtm
7 years, 1 month ago (2013-11-04 17:49:18 UTC) #2
fschneider
7 years, 1 month ago (2013-11-06 11:02:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r29964 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698