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

Issue 10989077: Run canonicalization again after constant propagation. (Closed)

Created:
8 years, 2 months ago by Kevin Millikin (Google)
Modified:
8 years, 2 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Run canonicalization again after constant propagation. This eliminates smi checks of constant-valued instructions. Also fix printing of block numbers in code comments. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=13170

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
8 years, 2 months ago (2012-09-28 11:27:37 UTC) #1
Florian Schneider
8 years, 2 months ago (2012-10-02 13:08:32 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10989077/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler.cc (right):

https://chromiumcodereview.appspot.com/10989077/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler.cc:209: assembler()->Comment("B%"Pd"",
entry->block_id());
Thanks for fixing this.

Powered by Google App Engine
This is Rietveld 408576698