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

Issue 1312833009: Added {Zone}GrowableHandlePtrArray types: simplifies code, makes code safer (Closed)

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

Added {Zone}GrowableHandlePtrArray types: simplifies code, makes code safer BUG= R=regis@google.com Committed: https://github.com/dart-lang/sdk/commit/dd5410209f6fa4e4559a80c5aba5b0c9e48f9ffa

Patch Set 1 #

Total comments: 2

Patch Set 2 : d #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -117 lines) Patch
M runtime/vm/class_finalizer.cc View 11 chunks +19 lines, -19 lines 0 comments Download
M runtime/vm/growable_array.h View 1 chunk +51 lines, -0 lines 0 comments Download
M runtime/vm/growable_array_test.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +7 lines, -6 lines 0 comments Download
M runtime/vm/object.cc View 1 13 chunks +82 lines, -85 lines 0 comments Download
M runtime/vm/parser.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/symbols.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
srdjan
5 years, 3 months ago (2015-08-28 21:10:19 UTC) #2
Florian Schneider
dbc https://codereview.chromium.org/1312833009/diff/1/runtime/vm/growable_array.h File runtime/vm/growable_array.h (right): https://codereview.chromium.org/1312833009/diff/1/runtime/vm/growable_array.h#newcode205 runtime/vm/growable_array.h:205: // Use unique zone handles to store objects. ...
5 years, 3 months ago (2015-08-31 07:02:59 UTC) #4
srdjan
https://codereview.chromium.org/1312833009/diff/1/runtime/vm/growable_array.h File runtime/vm/growable_array.h (right): https://codereview.chromium.org/1312833009/diff/1/runtime/vm/growable_array.h#newcode205 runtime/vm/growable_array.h:205: // Use unique zone handles to store objects. On ...
5 years, 3 months ago (2015-08-31 14:52:40 UTC) #5
regis
LGTM
5 years, 3 months ago (2015-08-31 15:32:16 UTC) #6
srdjan
5 years, 3 months ago (2015-08-31 16:24:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
dd5410209f6fa4e4559a80c5aba5b0c9e48f9ffa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698