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

Issue 260423002: Relocate suspended generator activations when enabling debug mode (Closed)

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

Description

Relocate suspended generator activations when enabling debug mode R=yangguo@chromium.org BUG=v8:3289 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=21141

Patch Set 1 #

Patch Set 2 : Added test case, fixed bugs #

Total comments: 2

Patch Set 3 : Require only one heap iteration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+240 lines, -72 lines) Patch
M src/debug.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/debug.cc View 1 2 8 chunks +169 lines, -72 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/generators-relocation.js View 1 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
wingo
This is a first draft and is missing tests. Is re-using the active frame relocation ...
6 years, 7 months ago (2014-04-29 15:45:23 UTC) #1
wingo
Fixed bugs in first patchset and added tests. The tests fail on master. PTAL.
6 years, 7 months ago (2014-04-30 11:47:25 UTC) #2
Yang
Nice refactoring. Looking good so far, but I have one comment. Also sorry for the ...
6 years, 7 months ago (2014-05-05 09:40:15 UTC) #3
wingo
https://codereview.chromium.org/260423002/diff/20001/src/debug.cc File src/debug.cc (right): https://codereview.chromium.org/260423002/diff/20001/src/debug.cc#newcode2104 src/debug.cc:2104: CollectSuspendedGenerators(&suspended_generators); On 2014/05/05 09:40:15, Yang wrote: > Do we ...
6 years, 7 months ago (2014-05-05 11:08:43 UTC) #4
wingo
Updated patch to iterate heap only once. PTAL :)
6 years, 7 months ago (2014-05-05 11:21:18 UTC) #5
Yang
On 2014/05/05 11:21:18, wingo wrote: > Updated patch to iterate heap only once. PTAL :) ...
6 years, 7 months ago (2014-05-05 11:33:12 UTC) #6
wingo
Committed patchset #3 manually as r21141 (presubmit successful).
6 years, 7 months ago (2014-05-05 12:57:23 UTC) #7
wingo
6 years, 7 months ago (2014-05-05 13:24:58 UTC) #8
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/265303002/ by wingo@igalia.com.

The reason for reverting is: Rolling out for build breakage ('Tree is closed
(Automatic: "compile" on "V8 Win64" from 21141: wingo@igalia.com)').

Powered by Google App Engine
This is Rietveld 408576698