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

Issue 2621873003: [heap, debugger] Introduce out-of-memory listener for debugger. (Closed)

Created:
3 years, 11 months ago by ulan
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office)
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap, debugger] Introduce out-of-memory listener for debugger. This API will allow DevTools to intercept out-of-memory condition, increase the heap limit and schedule heap snapshot. BUG=chromium:675911 Review-Url: https://codereview.chromium.org/2621873003 Cr-Commit-Position: refs/heads/master@{#42225} Committed: https://chromium.googlesource.com/v8/v8/+/0959983c1afadeedfd9dad432a1eeccbde26dec3

Patch Set 1 #

Patch Set 2 : fix comment #

Patch Set 3 : revert debug-interface #

Patch Set 4 : rebase #

Patch Set 5 : use debug-interface #

Total comments: 2

Patch Set 6 : remove isolate parameter of the callback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1 line) Patch
M src/api.cc View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
M src/debug/debug-interface.h View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 4 chunks +9 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 3 chunks +17 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (6 generated)
kozy
I'm not an owner of anything from changed files but from point of view of ...
3 years, 11 months ago (2017-01-10 17:18:42 UTC) #2
ulan
https://codereview.chromium.org/2621873003/diff/80001/src/debug/debug-interface.h File src/debug/debug-interface.h (right): https://codereview.chromium.org/2621873003/diff/80001/src/debug/debug-interface.h#newcode148 src/debug/debug-interface.h:148: typedef void (*OutOfMemoryCallback)(Isolate* isolate, void* data); On 2017/01/10 17:18:41, ...
3 years, 11 months ago (2017-01-10 17:22:00 UTC) #3
ulan
ptal
3 years, 11 months ago (2017-01-10 17:22:28 UTC) #5
ulan
Yang, do src/debug changes look good?
3 years, 11 months ago (2017-01-11 09:43:14 UTC) #6
Yang
On 2017/01/11 09:43:14, ulan wrote: > Yang, do src/debug changes look good? LGTM. However, include/v8.h ...
3 years, 11 months ago (2017-01-11 09:59:47 UTC) #7
Hannes Payer (out of office)
lgtm
3 years, 11 months ago (2017-01-11 12:40:01 UTC) #8
ulan
On 2017/01/11 09:59:47, Yang wrote: > On 2017/01/11 09:43:14, ulan wrote: > > Yang, do ...
3 years, 11 months ago (2017-01-11 12:52:19 UTC) #9
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/2621873003/100001
3 years, 11 months ago (2017-01-11 12:52:28 UTC) #12
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 13:21:00 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/0959983c1afadeedfd9dad432a1eeccbde2...

Powered by Google App Engine
This is Rietveld 408576698