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

Issue 2615603002: Implement async AbortAll for the compiler dispatcher (Closed)

Created:
3 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
3 years, 11 months ago
Reviewers:
vogelheim, marja
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Implement async AbortAll for the compiler dispatcher BUG=v8:5215 R=marja@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2615603002 Cr-Commit-Position: refs/heads/master@{#42068} Committed: https://chromium.googlesource.com/v8/v8/+/e426fdd52bf99364eaf335f547b30a026d079996

Patch Set 1 #

Total comments: 18

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -28 lines) Patch
M src/cancelable-task.h View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/cancelable-task.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher.h View 4 chunks +17 lines, -0 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher.cc View 1 9 chunks +123 lines, -14 lines 0 comments Download
M test/unittests/cancelable-tasks-unittest.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
M test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc View 1 7 chunks +269 lines, -14 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
jochen (gone - plz use gerrit)
3 years, 11 months ago (2017-01-04 12:13:22 UTC) #1
marja
https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc File src/cancelable-task.cc (right): https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc#newcode37 src/cancelable-task.cc:37: if (canceled_) { Why is this needed now? Is ...
3 years, 11 months ago (2017-01-04 12:54:43 UTC) #6
marja
s/it's there because of this CL/it's not there because of this CL/
3 years, 11 months ago (2017-01-04 12:55:15 UTC) #7
marja
On 2017/01/04 12:55:15, marja wrote: > s/it's there because of this CL/it's not there because ...
3 years, 11 months ago (2017-01-04 12:55:44 UTC) #8
vogelheim
lgtm, but nitpicks & questions. https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc File src/cancelable-task.cc (right): https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc#newcode38 src/cancelable-task.cc:38: CHECK(task->Cancel()); Why are we ...
3 years, 11 months ago (2017-01-04 12:58:08 UTC) #9
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc File src/cancelable-task.cc (right): https://codereview.chromium.org/2615603002/diff/1/src/cancelable-task.cc#newcode121 src/cancelable-task.cc:121: canceled_ = false; On 2017/01/04 at 12:58:08, vogelheim wrote: ...
3 years, 11 months ago (2017-01-04 13:18:31 UTC) #11
marja
lgtm https://codereview.chromium.org/2615603002/diff/1/test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc File test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc (right): https://codereview.chromium.org/2615603002/diff/1/test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc#newcode605 test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc:605: while (dispatcher.block_for_testing_.Value()) { On 2017/01/04 13:18:31, jochen wrote: ...
3 years, 11 months ago (2017-01-04 13:28:36 UTC) #13
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/2615603002/20001
3 years, 11 months ago (2017-01-04 13:34:59 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/e426fdd52bf99364eaf335f547b30a026d079996
3 years, 11 months ago (2017-01-04 13:46:02 UTC) #20
Michael Achenbach
3 years, 11 months ago (2017-01-05 09:36:19 UTC) #21
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2615533005/ by machenbach@chromium.org.

The reason for reverting is: Times out on win dbg.

Powered by Google App Engine
This is Rietveld 408576698