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

Issue 323163002: Adds an assertion to limit snapshot intptr_t size. (Closed)

Created:
6 years, 6 months ago by zra
Modified:
6 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Adds an assertion to limit snapshot intptr_t size. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37196

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -6 lines) Patch
M runtime/vm/dart_api_message.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
6 years, 6 months ago (2014-06-10 19:04:23 UTC) #1
siva
LGTM with one comment. https://codereview.chromium.org/323163002/diff/1/runtime/vm/dart_api_message.cc File runtime/vm/dart_api_message.cc (right): https://codereview.chromium.org/323163002/diff/1/runtime/vm/dart_api_message.cc#newcode1159 runtime/vm/dart_api_message.cc:1159: WriteRawPointerValue(reinterpret_cast<intptr_t>(callback)); Would be symmetric to ...
6 years, 6 months ago (2014-06-10 19:51:37 UTC) #2
zra
https://codereview.chromium.org/323163002/diff/1/runtime/vm/dart_api_message.cc File runtime/vm/dart_api_message.cc (right): https://codereview.chromium.org/323163002/diff/1/runtime/vm/dart_api_message.cc#newcode1159 runtime/vm/dart_api_message.cc:1159: WriteRawPointerValue(reinterpret_cast<intptr_t>(callback)); On 2014/06/10 19:51:37, siva wrote: > Would be ...
6 years, 6 months ago (2014-06-10 20:15:38 UTC) #3
zra
6 years, 6 months ago (2014-06-10 20:15:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r37196 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698