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

Issue 1309113004: Change trail from GrowableObjectArray to ZoneGrowableArray. (Closed)

Created:
5 years, 3 months ago by srdjan
Modified:
5 years, 3 months ago
Reviewers:
regis
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

Change trail from GrowableObjectArray to ZoneGrowableArray. BUG= R=regis@google.com Committed: https://github.com/dart-lang/sdk/commit/42f32322cb30cb24fb098e54db61b8f3617c7799

Patch Set 1 #

Patch Set 2 : Formatting #

Total comments: 20

Patch Set 3 : Trail is now array of AbstractType #

Patch Set 4 : Formatting, cleanup #

Total comments: 10

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -134 lines) Patch
M runtime/vm/class_finalizer.h View 1 2 3 2 chunks +2 lines, -15 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 11 chunks +40 lines, -53 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 26 chunks +65 lines, -62 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
srdjan
5 years, 3 months ago (2015-08-26 22:55:23 UTC) #2
regis
LGTM if you can use AbstractType in trail. https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/class_finalizer.h File runtime/vm/class_finalizer.h (right): https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/class_finalizer.h#newcode152 runtime/vm/class_finalizer.h:152: GrowableObjectArray* ...
5 years, 3 months ago (2015-08-27 02:30:26 UTC) #3
srdjan
https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/object.h#newcode1530 runtime/vm/object.h:1530: // TODO(srdjan): Ideally this should be 'const AbstractType*'. On ...
5 years, 3 months ago (2015-08-27 14:54:00 UTC) #4
srdjan
https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/class_finalizer.h File runtime/vm/class_finalizer.h (right): https://codereview.chromium.org/1309113004/diff/20001/runtime/vm/class_finalizer.h#newcode152 runtime/vm/class_finalizer.h:152: GrowableObjectArray* pending_types, On 2015/08/27 02:30:25, regis wrote: > Will ...
5 years, 3 months ago (2015-08-27 16:09:49 UTC) #5
regis
LGTM https://codereview.chromium.org/1309113004/diff/60001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1309113004/diff/60001/runtime/vm/object.cc#newcode14930 runtime/vm/object.cc:14930: *trail = new Trail(); new Trail(4) as elsewhere? ...
5 years, 3 months ago (2015-08-27 16:24:54 UTC) #6
srdjan
https://codereview.chromium.org/1309113004/diff/60001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1309113004/diff/60001/runtime/vm/object.cc#newcode14930 runtime/vm/object.cc:14930: *trail = new Trail(); On 2015/08/27 16:24:53, regis wrote: ...
5 years, 3 months ago (2015-08-27 16:36:20 UTC) #7
srdjan
5 years, 3 months ago (2015-08-27 16:57:01 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
42f32322cb30cb24fb098e54db61b8f3617c7799 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698