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

Issue 1307943008: Make default_parameter_values a ZoneGrowableArray instead of an array in new space (Closed)

Created:
5 years, 4 months ago by srdjan
Modified:
5 years, 4 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Make default_parameter_values a ZoneGrowableArray instead of an array in new space BUG= R=hausner@google.com Committed: https://github.com/dart-lang/sdk/commit/304dc3486f92cf7e81f9bf1e089b6da9b8047981

Patch Set 1 #

Patch Set 2 : Cleanup #

Total comments: 6

Patch Set 3 : r #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -99 lines) Patch
M runtime/vm/ast_printer.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/code_descriptors_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_generator_test.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M runtime/vm/compiler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 2 2 chunks +3 lines, -6 lines 0 comments Download
M runtime/vm/parser.h View 1 2 6 chunks +30 lines, -23 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 13 chunks +36 lines, -29 lines 0 comments Download
M runtime/vm/unit_test.h View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
srdjan
5 years, 4 months ago (2015-08-24 22:41:51 UTC) #2
hausner
lgtm LGTM w/comment You are now using a growable array where a fixed size array ...
5 years, 4 months ago (2015-08-24 23:32:39 UTC) #3
srdjan
https://codereview.chromium.org/1307943008/diff/20001/runtime/vm/parser.cc File runtime/vm/parser.cc (left): https://codereview.chromium.org/1307943008/diff/20001/runtime/vm/parser.cc#oldcode7230 runtime/vm/parser.cc:7230: *default_values = Array::New(params.num_optional_parameters); On 2015/08/24 23:32:39, hausner wrote: > ...
5 years, 4 months ago (2015-08-25 00:06:31 UTC) #4
srdjan
5 years, 4 months ago (2015-08-25 00:23:26 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
304dc3486f92cf7e81f9bf1e089b6da9b8047981 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698