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

Issue 1992093003: [heap] don't flush async functions, they may be resumed later (Closed)

Created:
4 years, 7 months ago by caitp (gmail)
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] don't flush async functions, they may be resumed later BUG=v8:4483 R=littledan@chromium.org, hpayer@chromium.org, mstarzinger@chromium.org, ulan@chromium.org Committed: https://crrev.com/239309fc8f53b46c76ab1622642f0d2039ef3ddd Cr-Commit-Position: refs/heads/master@{#36405}

Patch Set 1 : Reland [test] add tests for async function stacktraces #

Patch Set 2 : [heap] don't flush async functions, they may be resumed later #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -3 lines) Patch
M src/heap/objects-visiting-inl.h View 1 1 chunk +4 lines, -3 lines 3 comments Download
A test/mjsunit/harmony/async-function-stacktrace.js View 1 chunk +115 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
caitp (gmail)
PTAL --- adds fix for the heap crash from https://codereview.chromium.org/1997453004
4 years, 7 months ago (2016-05-19 16:13:21 UTC) #3
Dan Ehrenberg
Are there any other calls to is_generator() that may need to be updated? Seems probably ...
4 years, 7 months ago (2016-05-19 17:21:22 UTC) #4
caitp (gmail)
On 2016/05/19 17:21:22, Dan Ehrenberg wrote: > Are there any other calls to is_generator() that ...
4 years, 7 months ago (2016-05-19 17:30:41 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h File src/heap/objects-visiting-inl.h (right): https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h#newcode650 src/heap/objects-visiting-inl.h:650: // We do not (yet?) flush code for generator ...
4 years, 7 months ago (2016-05-20 07:13:52 UTC) #6
caitp (gmail)
https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h File src/heap/objects-visiting-inl.h (right): https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h#newcode650 src/heap/objects-visiting-inl.h:650: // We do not (yet?) flush code for generator ...
4 years, 7 months ago (2016-05-20 07:55:48 UTC) #7
Dan Ehrenberg
lgtm Async functions are generators from the GC's perspective, and from many other parts of ...
4 years, 7 months ago (2016-05-20 11:57:41 UTC) #8
Hannes Payer (out of office)
heap owner LGTM https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h File src/heap/objects-visiting-inl.h (right): https://codereview.chromium.org/1992093003/diff/20001/src/heap/objects-visiting-inl.h#newcode650 src/heap/objects-visiting-inl.h:650: // We do not (yet?) flush ...
4 years, 7 months ago (2016-05-20 12:00:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1992093003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1992093003/20001
4 years, 7 months ago (2016-05-20 12:02:00 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-20 12:04:05 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 12:08:06 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/239309fc8f53b46c76ab1622642f0d2039ef3ddd
Cr-Commit-Position: refs/heads/master@{#36405}

Powered by Google App Engine
This is Rietveld 408576698