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

Issue 14326006: Optimize static field and context load/stores as part of CSE pass. (Closed)

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

Description

Optimize static field and context load/stores as part of CSE pass. This change also introduces basic abstractions for aliasing. R=srdjan@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=21866

Patch Set 1 #

Total comments: 18

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -84 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 19 chunks +275 lines, -78 lines 0 comments Download
M runtime/vm/hash_map.h View 6 chunks +15 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vyacheslav Egorov (Google)
7 years, 8 months ago (2013-04-22 18:54:44 UTC) #1
srdjan
LGTM https://codereview.chromium.org/14326006/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/14326006/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode3074 runtime/vm/flow_graph_optimizer.cc:3074: // if they have the same alias. Optional: ...
7 years, 8 months ago (2013-04-22 22:00:05 UTC) #2
Vyacheslav Egorov (Google)
Thanks for the review. Landing. https://codereview.chromium.org/14326006/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/14326006/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode3074 runtime/vm/flow_graph_optimizer.cc:3074: // if they have ...
7 years, 8 months ago (2013-04-23 11:00:06 UTC) #3
Vyacheslav Egorov (Google)
7 years, 8 months ago (2013-04-23 11:09:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r21866 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698