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

Issue 10700123: Remove the instruction pointer from computations. (Closed)

Created:
8 years, 5 months ago by Kevin Millikin (Google)
Modified:
8 years, 5 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove the instruction pointer from computations. Remove the back pointers from computations to instructions in favor of passing the instruction explicitly when needed. R=fschneider@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9435

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -73 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 1 chunk +19 lines, -13 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 20 chunks +48 lines, -37 lines 0 comments Download
M runtime/vm/intermediate_language.h View 8 chunks +5 lines, -12 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +2 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
Since we always reach a computation by coming from the instruction wrapping it, this bit ...
8 years, 5 months ago (2012-07-06 10:29:22 UTC) #1
Florian Schneider
8 years, 5 months ago (2012-07-06 10:34:44 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698