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

Issue 12315017: Ignore definitions without uses in FlowGraphAllocator::CollectRepresentations. (Closed)

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

Description

Ignore definitions that do not have SSA index in FlowGraphAllocator::CollectRepresentations. SSA building does not assign an index to definitions without uses and the rest of the allocator can cope with this treating output produced by such an instruction as temporary value. R=srdjan@google.com BUG=dart:8655 Committed: https://code.google.com/p/dart/source/detail?r=18793

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M runtime/vm/flow_graph_allocator.cc View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-02-20 21:59:18 UTC) #1
srdjan
lgtm
7 years, 10 months ago (2013-02-20 22:30:45 UTC) #2
Vyacheslav Egorov (Google)
7 years, 10 months ago (2013-02-20 22:38:35 UTC) #3
Message was sent while issue was closed.
Committed manually as r18793 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698