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

Issue 11568011: Implement store to load forwarding. (Closed)

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

Description

Implement store to load forwarding. Implementation is done on top of load to load forwarding. In addition to killing loads stores now generate values for corresponding load ids. To find load expression id corresponding to a store we change KeyValueTrait of the map used for load numbering. New trait allows to lookup a load by store. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=16119

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -6 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 7 chunks +114 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years ago (2012-12-13 14:31:56 UTC) #1
Florian Schneider
8 years ago (2012-12-13 15:23:06 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698