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

Issue 10388161: Initial work on computing SSA. (Closed)

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

Description

Initial work on computing SSA. Insert (dummy) phis in all the right place. Still to go: renaming. BUG= TEST= Landed in a different CL.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -0 lines) Patch
M runtime/vm/flow_graph_builder.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +79 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +2 lines, -0 lines 1 comment Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Google)
8 years, 7 months ago (2012-05-16 15:33:08 UTC) #1
http://codereview.chromium.org/10388161/diff/1/runtime/vm/intermediate_langua...
File runtime/vm/intermediate_language.h (right):

http://codereview.chromium.org/10388161/diff/1/runtime/vm/intermediate_langua...
runtime/vm/intermediate_language.h:1366: void InsertPhi(intptr_t variable_index)
{ }
This needs an implementation that adds a Phi with PredecessorCount()
uninitialized inputs.

Powered by Google App Engine
This is Rietveld 408576698