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

Issue 11043016: Set previous instruction pointers when building the graph. (Closed)

Created:
8 years, 2 months ago by zerny-google
Modified:
8 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Set previous instruction pointers when building the graph. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=13174

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -45 lines) Patch
M runtime/vm/flow_graph.cc View 4 chunks +5 lines, -24 lines 0 comments Download
runtime/vm/flow_graph_allocator.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
zerny-google
8 years, 2 months ago (2012-10-03 10:53:25 UTC) #1
Kevin Millikin (Google)
LGTM if you change the one place in the register allocator that directly sets next/previous.
8 years, 2 months ago (2012-10-03 14:09:29 UTC) #2
zerny-google
8 years, 2 months ago (2012-10-03 14:25:49 UTC) #3
On 2012/10/03 14:09:29, kmillikin wrote:
> LGTM if you change the one place in the register allocator that directly sets
> next/previous.

Done.

Powered by Google App Engine
This is Rietveld 408576698