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

Issue 13866012: Fix issue with serializing typed array views (Closed)

Created:
7 years, 8 months ago by Søren Gjesse
Modified:
7 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue with serializing typed array views This makes the code void isolate() { port.receive(print); } main() { Uint8List list = new Uint8List(1); spawnFunction(isolate).send([1, new Uint8List.view(list.buffer, 0, 1)]); } not crash. R=asiva@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=21200

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M runtime/vm/snapshot.cc View 1 3 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
7 years, 8 months ago (2013-04-09 14:58:28 UTC) #1
siva
LGTM Thanks for taking care of this. https://codereview.chromium.org/13866012/diff/1/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/13866012/diff/1/runtime/vm/snapshot.cc#newcode1030 runtime/vm/snapshot.cc:1030: #undef SNAPSHOT_WRITE ...
7 years, 8 months ago (2013-04-09 21:15:12 UTC) #2
Søren Gjesse
https://codereview.chromium.org/13866012/diff/1/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/13866012/diff/1/runtime/vm/snapshot.cc#newcode1030 runtime/vm/snapshot.cc:1030: #undef SNAPSHOT_WRITE On 2013/04/09 21:15:12, siva wrote: > Do ...
7 years, 8 months ago (2013-04-10 13:25:20 UTC) #3
Søren Gjesse
7 years, 8 months ago (2013-04-10 13:42:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r21200 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698