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

Issue 2764473002: [heap] Make SlotSet allocation thread-safe and refactor code. (Closed)

Created:
3 years, 9 months ago by Hannes Payer (out of office)
Modified:
3 years, 9 months ago
Reviewers:
ulan
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Make SlotSet allocation thread-safe and refactor code. BUG=chromium:694255 Review-Url: https://codereview.chromium.org/2764473002 Cr-Commit-Position: refs/heads/master@{#43943} Committed: https://chromium.googlesource.com/v8/v8/+/00d3098d70e76ba71afcec9935d6d37f0b49f53a

Patch Set 1 #

Total comments: 8

Patch Set 2 : format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -162 lines) Patch
M src/heap/mark-compact.cc View 1 9 chunks +28 lines, -26 lines 0 comments Download
M src/heap/remembered-set.h View 1 11 chunks +19 lines, -64 lines 0 comments Download
M src/heap/spaces.h View 1 4 chunks +34 lines, -29 lines 0 comments Download
M src/heap/spaces.cc View 1 3 chunks +51 lines, -39 lines 0 comments Download
M src/heap/spaces-inl.h View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Hannes Payer (out of office)
3 years, 9 months ago (2017-03-20 14:25:44 UTC) #2
ulan
lgtm after comments are addressed. https://codereview.chromium.org/2764473002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2764473002/diff/1/src/heap/mark-compact.cc#newcode3487 src/heap/mark-compact.cc:3487: if (page->slot_set<OLD_TO_NEW>() != nullptr) ...
3 years, 9 months ago (2017-03-20 14:27:15 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/2764473002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/2764473002/diff/1/src/heap/mark-compact.cc#newcode3487 src/heap/mark-compact.cc:3487: if (page->slot_set<OLD_TO_NEW>() != nullptr) { On 2017/03/20 14:27:14, ulan ...
3 years, 9 months ago (2017-03-20 15:07:08 UTC) #4
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/2764473002/20001
3 years, 9 months ago (2017-03-20 15:07:43 UTC) #7
commit-bot: I haz the power
3 years, 9 months ago (2017-03-20 15:32:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/00d3098d70e76ba71afcec9935d6d37f0b4...

Powered by Google App Engine
This is Rietveld 408576698