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

Issue 11415048: Deserialize same symbol as same Dart_CObject (Closed)

Created:
8 years, 1 month ago by Søren Gjesse
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org, cshapiro, Florian Schneider
Visibility:
Public.

Description

Deserialize same symbol as same Dart_CObject When symbols are deserialized as part of a Dart_CObject the same symbols are now turned into the same Dart_CObject objects. R=ager@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=15082

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -4 lines) Patch
M runtime/vm/dart_api_message.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart_api_message.cc View 2 chunks +21 lines, -2 lines 2 comments Download
M runtime/vm/snapshot_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
8 years, 1 month ago (2012-11-19 13:45:25 UTC) #1
Mads Ager (google)
LGTM
8 years, 1 month ago (2012-11-19 13:55:51 UTC) #2
Florian Schneider
dbc: https://chromiumcodereview.appspot.com/11415048/diff/1/runtime/vm/dart_api_message.cc File runtime/vm/dart_api_message.cc (right): https://chromiumcodereview.appspot.com/11415048/diff/1/runtime/vm/dart_api_message.cc#newcode230 runtime/vm/dart_api_message.cc:230: #ifdef DEBUG I think you need to zero-initialize ...
8 years, 1 month ago (2012-11-19 14:30:08 UTC) #3
Søren Gjesse
8 years, 1 month ago (2012-11-19 14:54:46 UTC) #4
https://chromiumcodereview.appspot.com/11415048/diff/1/runtime/vm/dart_api_me...
File runtime/vm/dart_api_message.cc (right):

https://chromiumcodereview.appspot.com/11415048/diff/1/runtime/vm/dart_api_me...
runtime/vm/dart_api_message.cc:230: #ifdef DEBUG
On 2012/11/19 14:30:08, Florian Schneider wrote:
> I think you need to zero-initialize this array in any case.

Absolutely, thanks for spotting.

Powered by Google App Engine
This is Rietveld 408576698