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

Issue 2587073002: Forbid storing objects in new space in Code header (Closed)

Created:
4 years ago by Clemens Hammacher
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Forbid storing objects in new space in Code header If you try to store an object in new space to the Code header, it will be added to the store buffer, and a DCHECK will fail later, since Code objects should never occur in the store buffer. This CL adds DCHECKs to catch such assignments early. Once we handle this case better, they can be removed again. R=mstarzinger@chromium.org, ulan@chromium.org BUG=chromium:674535 Review-Url: https://codereview.chromium.org/2587073002 Cr-Commit-Position: refs/heads/master@{#42142} Committed: https://chromium.googlesource.com/v8/v8/+/02ae44b77d37b1c2828cd1ab2ee7644b6d047338

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -17 lines) Patch
M src/objects-inl.h View 3 chunks +26 lines, -17 lines 0 comments Download

Messages

Total messages: 13 (8 generated)
Clemens Hammacher
4 years ago (2016-12-19 17:33:08 UTC) #4
ulan
LGTM
4 years ago (2016-12-21 14:46:37 UTC) #7
Michael Starzinger
LGTM.
3 years, 11 months ago (2017-01-09 13:31:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2587073002/1
3 years, 11 months ago (2017-01-09 13:31:34 UTC) #10
commit-bot: I haz the power
3 years, 11 months ago (2017-01-09 13:58:46 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/v8/v8/+/02ae44b77d37b1c2828cd1ab2ee7644b6d0...

Powered by Google App Engine
This is Rietveld 408576698