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

Issue 10824078: Add explicit PushArgument IL instructions to static calls. (Closed)

Created:
8 years, 4 months ago by Florian Schneider
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add explicit PushArgument IL instructions to static calls. This enables compiling static calls with the SSA-based code generator. Add a helper to the graph builder for adding argument expressions to the graph. Committed: https://code.google.com/p/dart/source/detail?r=10008

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -45 lines) Patch
M vm/flow_graph_allocator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M vm/flow_graph_builder.h View 2 chunks +6 lines, -1 line 0 comments Download
M vm/flow_graph_builder.cc View 10 chunks +40 lines, -30 lines 0 comments Download
M vm/il_printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M vm/intermediate_language.h View 3 chunks +10 lines, -7 lines 0 comments Download
M vm/intermediate_language.cc View 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-07-30 08:44:40 UTC) #1
Kevin Millikin (Google)
8 years, 4 months ago (2012-07-30 08:50:25 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698