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

Issue 413693002: Use heap iterator in store buffer when page was swept precisely. (Closed)

Created:
6 years, 5 months ago by Hannes Payer (out of office)
Modified:
6 years, 5 months ago
Reviewers:
Jarin, rmcilroy
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Use heap iterator in store buffer when page was swept precisely. BUG= R=rmcilroy@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22592 Committed: https://code.google.com/p/v8/source/detail?r=22597

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

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

Messages

Total messages: 7 (0 generated)
Hannes Payer (out of office)
Hi Ross, this should fix the constant pool issue.
6 years, 5 months ago (2014-07-23 10:44:01 UTC) #1
rmcilroy
https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h#newcode1495 src/objects-inl.h:1495: if (type == CONSTANT_POOL_ARRAY_TYPE) return false; The constant pool ...
6 years, 5 months ago (2014-07-23 11:04:53 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h#newcode1495 src/objects-inl.h:1495: if (type == CONSTANT_POOL_ARRAY_TYPE) return false; On 2014/07/23 11:04:53, ...
6 years, 5 months ago (2014-07-24 08:52:38 UTC) #3
rmcilroy
This CL does fix the ConstantPoolPreciseGC test. lgtm, thanks! https://codereview.chromium.org/413693002/diff/20001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/413693002/diff/20001/src/objects-inl.h#newcode1495 src/objects-inl.h:1495: ...
6 years, 5 months ago (2014-07-24 10:24:48 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/413693002/diff/20001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/413693002/diff/20001/src/objects-inl.h#newcode1495 src/objects-inl.h:1495: if (type == CONSTANT_POOL_ARRAY_TYPE) return false; On 2014/07/24 10:24:48, ...
6 years, 5 months ago (2014-07-24 10:40:08 UTC) #5
Hannes Payer (out of office)
Committed patchset #3 manually as r22592 (presubmit successful).
6 years, 5 months ago (2014-07-24 10:45:44 UTC) #6
rmcilroy
6 years, 5 months ago (2014-07-24 12:12:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r22597 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698