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

Issue 10959048: Do not collect smi values with no ssa index for range analysis. (Closed)

Created:
8 years, 3 months ago by Vyacheslav Egorov (Google)
Modified:
8 years, 3 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Do not collect smi values with no ssa index for range analysis. TBR=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=12738

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +4 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years, 3 months ago (2012-09-21 21:08:15 UTC) #1
Florian Schneider
8 years, 3 months ago (2012-09-24 08:54:30 UTC) #2
lgtm

https://codereview.chromium.org/10959048/diff/1/runtime/vm/flow_graph_optimiz...
File runtime/vm/flow_graph_optimizer.cc (right):

https://codereview.chromium.org/10959048/diff/1/runtime/vm/flow_graph_optimiz...
runtime/vm/flow_graph_optimizer.cc:1307: (defn->ssa_temp_index() != -1)) {
ssa_temp_index != -1 should be equivalent to defn->is_used(). I'd rather use
that instead.

Powered by Google App Engine
This is Rietveld 408576698