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

Issue 11028140: Inlining of calls with optional parameters. (Closed)

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

Description

Inlining of calls with optional parameters. R=kmillikin@google.com Committed: https://code.google.com/p/dart/source/detail?r=13999

Patch Set 1 #

Patch Set 2 : Update #

Total comments: 8

Patch Set 3 : Review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -45 lines) Patch
M runtime/vm/compiler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph.h View 1 3 chunks +7 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 5 chunks +42 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 12 chunks +200 lines, -27 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zerny-google
8 years, 2 months ago (2012-10-11 13:13:30 UTC) #1
zerny-google
Rebased CL to current head.
8 years, 2 months ago (2012-10-23 10:30:03 UTC) #2
Kevin Millikin (Google)
LGTM with comments addressed. https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc#newcode124 runtime/vm/flow_graph_inliner.cc:124: struct NamedArgument : ZoneAllocated { ...
8 years, 2 months ago (2012-10-23 11:34:42 UTC) #3
zerny-google
Thanks for the review. Uploading shortly. https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc#newcode124 runtime/vm/flow_graph_inliner.cc:124: struct NamedArgument : ...
8 years, 2 months ago (2012-10-23 13:03:41 UTC) #4
srdjan
DBC https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc File runtime/vm/flow_graph_inliner.cc (right): https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inliner.cc#newcode34 runtime/vm/flow_graph_inliner.cc:34: DECLARE_FLAG(bool, reject_named_argument_as_positional); Remove?
8 years, 2 months ago (2012-10-23 16:00:52 UTC) #5
srdjan
8 years, 2 months ago (2012-10-23 16:02:36 UTC) #6
https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inli...
File runtime/vm/flow_graph_inliner.cc (right):

https://codereview.chromium.org/11028140/diff/3001/runtime/vm/flow_graph_inli...
runtime/vm/flow_graph_inliner.cc:34: DECLARE_FLAG(bool,
reject_named_argument_as_positional);
On 2012/10/23 16:00:52, srdjan wrote:
> Remove?

Actually not yet :-)... sorry

Powered by Google App Engine
This is Rietveld 408576698