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 759823006: Ensure double alignment when deserializing. (Closed)

Created:
6 years ago by Yang
Modified:
6 years ago
Reviewers:
rmcilroy
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Ensure double alignment when deserializing. R=rmcilroy@chromium.org BUG=chromium:436510 LOG=N TEST=compile with V8_OOL_CONSTANT_POOL=1, run d8 with --verify-heap --test

Patch Set 1 #

Patch Set 2 : dont turn on ool constant pool #

Patch Set 3 : disable check #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -16 lines) Patch
M src/heap/heap.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/serialize.h View 1 2 3 2 chunks +13 lines, -8 lines 0 comments Download
M src/serialize.cc View 1 2 3 4 chunks +34 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
Yang
6 years ago (2014-11-26 16:13:22 UTC) #1
rmcilroy
lgtm, with some comments. Thanks for doing this Yang! https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc#newcode1833 src/heap/heap.cc:1833: ...
6 years ago (2014-11-26 17:44:40 UTC) #2
Yang
https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc#newcode1833 src/heap/heap.cc:1833: return EnsureDoubleAligned(this, object, size); On 2014/11/26 17:44:40, rmcilroy wrote: ...
6 years ago (2014-11-26 18:59:49 UTC) #3
rmcilroy
https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/759823006/diff/40001/src/heap/heap.cc#newcode1833 src/heap/heap.cc:1833: return EnsureDoubleAligned(this, object, size); On 2014/11/26 18:59:49, Yang wrote: ...
6 years ago (2014-11-26 19:24:46 UTC) #4
rmcilroy
6 years ago (2014-11-26 19:24:48 UTC) #5
rmcilroy
6 years ago (2014-11-26 19:24:50 UTC) #6
rmcilroy
6 years ago (2014-11-26 19:24:52 UTC) #7
Yang
On 2014/11/26 19:24:52, rmcilroy wrote: Turns out adding the assertion is not straightforward either: - ...
6 years ago (2014-11-27 08:53:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/759823006/60001
6 years ago (2014-11-27 08:54:04 UTC) #10
commit-bot: I haz the power
6 years ago (2014-11-27 09:22:18 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001)

Powered by Google App Engine
This is Rietveld 408576698