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

Issue 22379002: Re-reland "Flush parallel recompilation queues on context dispose notification" (Closed)

Created:
7 years, 4 months ago by Yang
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Re-reland "Flush parallel recompilation queues on context dispose notification" BUG= R=hpayer@chromium.org, mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16095

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 3

Patch Set 3 : fix race #

Total comments: 6

Patch Set 4 : #

Total comments: 2

Patch Set 5 : added comment #

Total comments: 1

Patch Set 6 : addressed more comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -71 lines) Patch
M src/api.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/compiler.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/debug.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/heap.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M src/isolate.h View 2 chunks +0 lines, -11 lines 0 comments Download
M src/isolate.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/liveedit.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 3 4 5 3 chunks +66 lines, -16 lines 0 comments Download
M src/runtime.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 6 chunks +13 lines, -9 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-prepare-break-while-recompile.js View 1 chunk +25 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
The first patch set is the original CL. The second patch set is the fix ...
7 years, 4 months ago (2013-08-06 09:02:47 UTC) #1
Michael Starzinger
https://codereview.chromium.org/22379002/diff/3001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/22379002/diff/3001/src/objects.h#newcode1256 src/objects.h:1256: V(kGeneratorFunction, "Generator function") \ nit: Can we keep this ...
7 years, 4 months ago (2013-08-06 17:57:56 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/22379002/diff/22001/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/22379002/diff/22001/src/optimizing-compiler-thread.cc#newcode76 src/optimizing-compiler-thread.cc:76: FlushOutputQueue(true); You could flush the output queue in the ...
7 years, 4 months ago (2013-08-07 09:02:11 UTC) #3
Yang
https://codereview.chromium.org/22379002/diff/22001/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/22379002/diff/22001/src/optimizing-compiler-thread.cc#newcode76 src/optimizing-compiler-thread.cc:76: FlushOutputQueue(true); On 2013/08/07 09:02:11, Hannes Payer wrote: > You ...
7 years, 4 months ago (2013-08-07 09:07:38 UTC) #4
Michael Starzinger
LGTM (if nits are addressed). https://codereview.chromium.org/22379002/diff/28001/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/22379002/diff/28001/src/optimizing-compiler-thread.cc#newcode74 src/optimizing-compiler-thread.cc:74: { AllowHandleDereference allow_handle_dereference; nit: ...
7 years, 4 months ago (2013-08-07 09:11:11 UTC) #5
Hannes Payer (out of office)
LGTM! With one comment. https://codereview.chromium.org/22379002/diff/31001/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/22379002/diff/31001/src/optimizing-compiler-thread.cc#newcode77 src/optimizing-compiler-thread.cc:77: NoBarrier_Store(&queue_length_, static_cast<AtomicWord>(0)); I think we ...
7 years, 4 months ago (2013-08-07 09:17:32 UTC) #6
Yang
7 years, 4 months ago (2013-08-07 09:33:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r16095 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698