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

Issue 16853005: Fix bug in constant propagation with double-equality. (Closed)

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

Description

Fix bug in constant propagation with double-equality. Don't optimize x == x and x != x if x is a double: x == x is not true, if x == NaN. TEST=tests/language/arithmetic_test.dart R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=23955

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/arithmetic_test.dart View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years, 6 months ago (2013-06-13 08:14:55 UTC) #1
Kevin Millikin (Google)
LGTM.
7 years, 6 months ago (2013-06-13 08:49:41 UTC) #2
Florian Schneider
7 years, 6 months ago (2013-06-13 09:08:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r23955 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698