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

Issue 10833068: Refactor building arguments for InstanceCall and fix deoptimization environment for pushed argument… (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

Refactor building arguments for InstanceCall and fix deoptimization environment for pushed arguments. This CL enables SSA compilation of functions containing InstanceCallComp computations. It also contains a bug fix to correctly simulate the deoptimization environment for argument expressions. Committed: https://code.google.com/p/dart/source/detail?r=10011

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -100 lines) Patch
M vm/flow_graph_builder.cc View 1 7 chunks +36 lines, -18 lines 0 comments Download
M vm/flow_graph_optimizer.cc View 8 chunks +29 lines, -16 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 20 chunks +58 lines, -35 lines 0 comments Download
M vm/intermediate_language.cc View 4 chunks +22 lines, -28 lines 0 comments Download
M vm/intermediate_language_ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M vm/intermediate_language_x64.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-07-30 12:50:21 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://chromiumcodereview.appspot.com/10833068/diff/1/vm/flow_graph_builder.cc File vm/flow_graph_builder.cc (right): https://chromiumcodereview.appspot.com/10833068/diff/1/vm/flow_graph_builder.cc#newcode1435 vm/flow_graph_builder.cc:1435: int length = node->arguments()->length(); const int length
8 years, 4 months ago (2012-07-30 13:17:58 UTC) #2
Florian Schneider
8 years, 4 months ago (2012-07-30 13:26:14 UTC) #3
https://chromiumcodereview.appspot.com/10833068/diff/1/vm/flow_graph_builder.cc
File vm/flow_graph_builder.cc (right):

https://chromiumcodereview.appspot.com/10833068/diff/1/vm/flow_graph_builder....
vm/flow_graph_builder.cc:1435: int length = node->arguments()->length();
On 2012/07/30 13:17:58, Vyacheslav Egorov (Google) wrote:
> const int length

Done.

Powered by Google App Engine
This is Rietveld 408576698