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

Issue 362783002: Introduce debug events for Microtask queue. (Closed)

Created:
6 years, 5 months ago by aandrey
Modified:
6 years, 5 months ago
Reviewers:
rafaelw, adamk, yurys, rossberg, Yang
CC:
Paweł Hajdan Jr., v8-dev
Base URL:
git://github.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -12 lines) Patch
M include/v8-debug.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/debug.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/debug.cc View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
M src/debug-debugger.js View 1 2 chunks +29 lines, -1 line 0 comments Download
M src/object-observe.js View 2 chunks +13 lines, -1 line 0 comments Download
M src/promise.js View 5 chunks +22 lines, -5 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A test/mjsunit/es6/debug-promises-async-task-event.js View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
M test/mjsunit/es6/debug-promises-caught-all.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/es6/debug-promises-uncaught-all.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/es6/debug-promises-uncaught-uncaught.js View 1 chunk +1 line, -0 lines 0 comments Download
A test/mjsunit/es7/object-observe-debug-event.js View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A + test/mjsunit/runtime-gen/debugasynctaskevent.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/generate-runtime-tests.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
aandrey
PTAL
6 years, 5 months ago (2014-07-01 14:15:00 UTC) #1
rossberg
Added rafaelw and adamk, since they are the microtask queue experts.
6 years, 5 months ago (2014-07-01 14:32:30 UTC) #2
adamk
I'll have to defer to yangguo for the debugger stuff. Just want to note that ...
6 years, 5 months ago (2014-07-02 23:04:32 UTC) #3
aandrey
On 2014/07/02 23:04:32, adamk wrote: > I'll have to defer to yangguo for the debugger ...
6 years, 5 months ago (2014-07-03 07:03:50 UTC) #4
Yang
Looking good so far. But I'm concerned about the overlap of promise events and async ...
6 years, 5 months ago (2014-07-03 14:19:45 UTC) #5
aandrey
On 2014/07/03 14:19:45, Yang wrote: > Looking good so far. But I'm concerned about the ...
6 years, 5 months ago (2014-07-03 14:38:09 UTC) #6
Yang
On 2014/07/03 14:38:09, aandrey wrote: > On 2014/07/03 14:19:45, Yang wrote: > > Looking good ...
6 years, 5 months ago (2014-07-03 14:41:06 UTC) #7
aandrey
The CQ bit was checked by aandrey@chromium.org
6 years, 5 months ago (2014-07-03 14:48:26 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-03 14:50:44 UTC) #9
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 5 months ago (2014-07-03 14:50:45 UTC) #10
aandrey
Committed patchset #3 manually as r22204 (presubmit successful).
6 years, 5 months ago (2014-07-03 15:56:34 UTC) #11
yurys
6 years, 5 months ago (2014-07-10 12:16:03 UTC) #12
Message was sent while issue was closed.
Sometimes we don't collect information about microtasks but still want to be
able to debug the script. In that case we may want to avoid additional overhead
add by these hooks so it might make sense to have additional option that would
enable this instrumentation.

Powered by Google App Engine
This is Rietveld 408576698