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

Issue 998253006: two pass phantom collection (Closed)

Created:
5 years, 9 months ago by dcarney
Modified:
5 years, 9 months ago
CC:
Paweł Hajdan Jr., v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

two pass phantom collection R=jochen@chromium.org, erikcorry@chromium.org BUG= Committed: https://crrev.com/2455aadf7b88f3da8e1f260238df40fbc768c208 Cr-Commit-Position: refs/heads/master@{#27475}

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : compile stuff #

Patch Set 4 : fix test #

Total comments: 6

Patch Set 5 : jochens comments #

Patch Set 6 : eriks comments #

Total comments: 1

Patch Set 7 : unthread #

Total comments: 1

Patch Set 8 : fix debugger #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -61 lines) Patch
M include/v8.h View 1 2 3 4 5 2 chunks +19 lines, -6 lines 0 comments Download
M include/v8-util.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M src/debug.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -3 lines 0 comments Download
M src/debug.cc View 1 2 3 4 5 6 7 2 chunks +11 lines, -7 lines 0 comments Download
M src/global-handles.h View 1 2 3 4 1 chunk +12 lines, -4 lines 0 comments Download
M src/global-handles.cc View 1 2 3 4 5 3 chunks +52 lines, -37 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 4 5 6 3 chunks +122 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
dcarney
ptal
5 years, 9 months ago (2015-03-26 09:42:08 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/998253006/diff/20001/src/global-handles.h File src/global-handles.h (right): https://codereview.chromium.org/998253006/diff/20001/src/global-handles.h#newcode368 src/global-handles.h:368: void* internal_fields_[2]; also use the constant here?
5 years, 9 months ago (2015-03-26 09:49:39 UTC) #3
Erik Corry
https://codereview.chromium.org/998253006/diff/60001/include/v8-util.h File include/v8-util.h (right): https://codereview.chromium.org/998253006/diff/60001/include/v8-util.h#newcode328 include/v8-util.h:328: p.Reset(); Why do we have to create a Global, ...
5 years, 9 months ago (2015-03-26 10:07:11 UTC) #5
dcarney
https://codereview.chromium.org/998253006/diff/60001/include/v8-util.h File include/v8-util.h (right): https://codereview.chromium.org/998253006/diff/60001/include/v8-util.h#newcode328 include/v8-util.h:328: p.Reset(); On 2015/03/26 10:07:10, Erik Corry wrote: > Why ...
5 years, 9 months ago (2015-03-26 10:26:57 UTC) #6
dcarney
ok, looking better. please take another look
5 years, 9 months ago (2015-03-26 11:29:25 UTC) #7
Erik Corry
LGTM https://codereview.chromium.org/998253006/diff/100001/test/cctest/test-api.cc File test/cctest/test-api.cc (right): https://codereview.chromium.org/998253006/diff/100001/test/cctest/test-api.cc#newcode3200 test/cctest/test-api.cc:3200: CHECK_EQ(initial_handle_count, global_handles->global_handles_count()); You can't assert this for an ...
5 years, 9 months ago (2015-03-26 11:32:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/998253006/140001
5 years, 9 months ago (2015-03-26 11:37:35 UTC) #10
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 9 months ago (2015-03-26 11:37:36 UTC) #12
Erik Corry Chromium.org
lgtm
5 years, 9 months ago (2015-03-26 11:38:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/998253006/140001
5 years, 9 months ago (2015-03-26 11:42:06 UTC) #15
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 9 months ago (2015-03-26 11:50:24 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 11:50:42 UTC) #17
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/2455aadf7b88f3da8e1f260238df40fbc768c208
Cr-Commit-Position: refs/heads/master@{#27475}

Powered by Google App Engine
This is Rietveld 408576698