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

Issue 1246603002: Don't run the second pass of the pending phantom callbacks if the heap has been torn down. (Closed)

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

Description

Don't run the second pass of the pending phantom callbacks if the heap has been torn down. R=jochen@chromium.org BUG=511204 LOG=y Committed: https://crrev.com/df2d1ef979bfb11e7001b238aecadb88791bc8d9 Cr-Commit-Position: refs/heads/master@{#29759}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update. #

Total comments: 2

Patch Set 3 : Empty line. #

Patch Set 4 : update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -42 lines) Patch
M BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A src/cancelable-task.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
A src/cancelable-task.cc View 1 1 chunk +28 lines, -0 lines 0 comments Download
M src/global-handles.cc View 1 2 chunks +5 lines, -7 lines 0 comments Download
M src/heap/memory-reducer.h View 1 2 3 4 chunks +9 lines, -17 lines 0 comments Download
M src/heap/memory-reducer.cc View 1 2 3 3 chunks +7 lines, -18 lines 0 comments Download
M src/isolate.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
epertoso
5 years, 5 months ago (2015-07-20 09:56:36 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246603002/1
5 years, 5 months ago (2015-07-20 09:56:52 UTC) #3
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1246603002/diff/1/src/global-handles.cc File src/global-handles.cc (right): https://codereview.chromium.org/1246603002/diff/1/src/global-handles.cc#newcode873 src/global-handles.cc:873: reinterpret_cast<v8::Isolate*>(isolate()), phantom_callbacks_task_); there could be more than one task, ...
5 years, 5 months ago (2015-07-20 09:58:17 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/4310)
5 years, 5 months ago (2015-07-20 10:00:59 UTC) #6
epertoso
PTAL. https://codereview.chromium.org/1246603002/diff/1/src/global-handles.cc File src/global-handles.cc (right): https://codereview.chromium.org/1246603002/diff/1/src/global-handles.cc#newcode873 src/global-handles.cc:873: reinterpret_cast<v8::Isolate*>(isolate()), phantom_callbacks_task_); On 2015/07/20 at 09:58:17, jochen wrote: ...
5 years, 5 months ago (2015-07-20 13:14:21 UTC) #7
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/1246603002/diff/20001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/1246603002/diff/20001/src/isolate.h#newcode9 src/isolate.h:9: #include <set> nit. empty line after this one
5 years, 5 months ago (2015-07-20 13:37:20 UTC) #8
epertoso
https://codereview.chromium.org/1246603002/diff/20001/src/isolate.h File src/isolate.h (right): https://codereview.chromium.org/1246603002/diff/20001/src/isolate.h#newcode9 src/isolate.h:9: #include <set> On 2015/07/20 at 13:37:20, jochen wrote: > ...
5 years, 5 months ago (2015-07-20 13:40:21 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1246603002/60001
5 years, 5 months ago (2015-07-20 14:38:59 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-20 15:03:54 UTC) #13
commit-bot: I haz the power
5 years, 5 months ago (2015-07-20 15:04:13 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/df2d1ef979bfb11e7001b238aecadb88791bc8d9
Cr-Commit-Position: refs/heads/master@{#29759}

Powered by Google App Engine
This is Rietveld 408576698