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

Issue 10871060: Reland "Add a simple dominator based redundancy elimination" and fix a register allocation bug. (Closed)

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

Description

Reland "Add a simple dominator based redundancy elimination" and fix a register allocation bug. Original CL: http://codereview.chromium.org/10872035/ It enables elimination of redundant expressions across basic blocks. Currently used for smi checks and class checks, but will be extended to other expressions in a separate CL. Additionally, this fixes a bug in the register allocator where a blocked register was illegally assigned to an unallocated live range. It also fixes a Mac compiler issue with the constructor of DirectChainedHashMap. Committed: https://code.google.com/p/dart/source/detail?r=11302

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -36 lines) Patch
M runtime/vm/compiler.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 2 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +37 lines, -21 lines 0 comments Download
M runtime/vm/hash_map.h View 3 chunks +18 lines, -2 lines 0 comments Download
M runtime/vm/hash_map_test.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-08-24 10:13:53 UTC) #1
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-24 10:25:28 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698