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

Issue 374093003: Fix branch optimizations based on range analysis. (Closed)

Created:
6 years, 5 months ago by Vyacheslav Egorov (Google)
Modified:
6 years, 5 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix branch optimizations based on range analysis. ConstantPropagator Analyze method was overwriting reachability so VisitBranches that were supposed to compute reachability based on the results of the range analysis became a no-op. BUG= R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=38060

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -50 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 3 chunks +14 lines, -49 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
PTAL
6 years, 5 months ago (2014-07-08 14:22:45 UTC) #1
Florian Schneider
LGTM.
6 years, 5 months ago (2014-07-08 14:25:59 UTC) #2
Vyacheslav Egorov (Google)
6 years, 5 months ago (2014-07-08 14:34:04 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38060 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698