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

Issue 183553003: Deal with filler object map pointers in the ool constant pool correctly. (Closed)

Created:
6 years, 9 months ago by rmcilroy
Modified:
6 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Deal with filler object map pointers in the ool constant pool correctly. This CL updates StoreBuffer::FindPointersToNewSpaceOnPage such that it skips constant pool array objects. Constant Pool Arrays should never have pointers to the new space and might contain pointers to the FreeSpace map (e.g., due to code being generated which needs to do a map-check on a FreeSpace object) which would incorrectly treated as a filler object if processed by FindPointersToNewSpaceOnPage(). R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19771

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change to skipping constant pool arrays #

Total comments: 2

Patch Set 3 : Update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -12 lines) Patch
M src/store-buffer.cc View 1 2 4 chunks +19 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rmcilroy
PTAL.
6 years, 9 months ago (2014-02-27 18:36:53 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/183553003/diff/1/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/183553003/diff/1/src/store-buffer.cc#newcode534 src/store-buffer.cc:534: if (o == constant_pool_array_map) { I don't think a ...
6 years, 9 months ago (2014-03-03 13:56:13 UTC) #2
rmcilroy
https://codereview.chromium.org/183553003/diff/1/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/183553003/diff/1/src/store-buffer.cc#newcode534 src/store-buffer.cc:534: if (o == constant_pool_array_map) { On 2014/03/03 13:56:13, Hannes ...
6 years, 9 months ago (2014-03-03 15:07:47 UTC) #3
Hannes Payer (out of office)
Cool, lgtm with one nit https://codereview.chromium.org/183553003/diff/20001/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/183553003/diff/20001/src/store-buffer.cc#newcode503 src/store-buffer.cc:503: // looking for pointers ...
6 years, 9 months ago (2014-03-03 15:18:37 UTC) #4
rmcilroy
Thanks for the review! https://codereview.chromium.org/183553003/diff/20001/src/store-buffer.cc File src/store-buffer.cc (right): https://codereview.chromium.org/183553003/diff/20001/src/store-buffer.cc#newcode503 src/store-buffer.cc:503: // looking for pointers into ...
6 years, 9 months ago (2014-03-03 15:51:16 UTC) #5
rmcilroy
6 years, 9 months ago (2014-03-10 18:44:25 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19771 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698