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

Issue 186673003: Fix dartbug.com/17261 (Closed)

Created:
6 years, 9 months ago by Ivan Posva
Modified:
6 years, 9 months ago
Reviewers:
regis, srdjan, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix dartbug.com/17261 - Make sure to preserve type arguments when morphing a growable array to a fixed sized array. - Small performance optimization for getting the number of type parameters in a class. R=asiva@google.com, regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=33286

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M runtime/vm/isolate.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 3 chunks +14 lines, -5 lines 5 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
6 years, 9 months ago (2014-03-04 17:16:34 UTC) #1
regis
LGTM https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc#newcode12840 runtime/vm/object.cc:12840: const intptr_t num_type_params = cls.NumTypeParameters(isolate); Passing the isolate ...
6 years, 9 months ago (2014-03-04 17:41:40 UTC) #2
srdjan
DBC https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc#newcode12838 runtime/vm/object.cc:12838: Isolate* isolate = Isolate::Current(); Why not move this ...
6 years, 9 months ago (2014-03-04 17:57:06 UTC) #3
siva
lgtm https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc#newcode12838 runtime/vm/object.cc:12838: Isolate* isolate = Isolate::Current(); I would not move ...
6 years, 9 months ago (2014-03-04 18:02:09 UTC) #4
Ivan Posva
https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/186673003/diff/1/runtime/vm/object.cc#newcode12838 runtime/vm/object.cc:12838: Isolate* isolate = Isolate::Current(); On 2014/03/04 18:02:10, siva wrote: ...
6 years, 9 months ago (2014-03-04 18:08:59 UTC) #5
Ivan Posva
6 years, 9 months ago (2014-03-04 18:20:06 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r33286 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698