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

Issue 12178019: Add a use list iterator that allows mutation of current. (Closed)

Created:
7 years, 10 months ago by Kevin Millikin (Google)
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add a use list iterator that allows mutation of current. Add Value::Iterator that supports removing the current use from the underlying use list, including deleting it or moving it to another use list. Use it in range analysis and representation selection. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=18055

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -34 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 3 chunks +34 lines, -32 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +17 lines, -0 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
7 years, 10 months ago (2013-02-04 14:05:35 UTC) #1
Florian Schneider
LGTM.
7 years, 10 months ago (2013-02-04 15:55:32 UTC) #2
srdjan
7 years, 10 months ago (2013-02-04 21:38:17 UTC) #3
Message was sent while issue was closed.
DBC

https://codereview.chromium.org/12178019/diff/1/runtime/vm/intermediate_langu...
File runtime/vm/intermediate_language.h (right):

https://codereview.chromium.org/12178019/diff/1/runtime/vm/intermediate_langu...
runtime/vm/intermediate_language.h:76: class Iterator {
public ValueObject?

Powered by Google App Engine
This is Rietveld 408576698