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

Issue 24065005: new gc callbacks with isolate parameters (Closed)

Created:
7 years, 3 months ago by dcarney
Modified:
7 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

new gc callbacks with isolate parameters R=svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16770

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -112 lines) Patch
M include/v8.h View 1 4 chunks +45 lines, -22 lines 0 comments Download
M src/api.cc View 1 chunk +32 lines, -12 lines 0 comments Download
M src/heap.h View 2 chunks +22 lines, -24 lines 0 comments Download
M src/heap.cc View 5 chunks +29 lines, -16 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +81 lines, -5 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +0 lines, -33 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dcarney
7 years, 3 months ago (2013-09-17 10:24:19 UTC) #1
Sven Panne
https://codereview.chromium.org/24065005/diff/5001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/24065005/diff/5001/include/v8.h#newcode3870 include/v8.h:3870: typedef void (*GCPrologueCallback)(GCType type, GCCallbackFlags flags); Does this even ...
7 years, 3 months ago (2013-09-17 11:25:19 UTC) #2
dcarney
https://codereview.chromium.org/24065005/diff/5001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/24065005/diff/5001/include/v8.h#newcode3870 include/v8.h:3870: typedef void (*GCPrologueCallback)(GCType type, GCCallbackFlags flags); On 2013/09/17 11:25:19, ...
7 years, 3 months ago (2013-09-17 11:30:39 UTC) #3
Sven Panne
LGTM. Namespace confusion on my side... o_O
7 years, 3 months ago (2013-09-17 12:34:27 UTC) #4
dcarney
7 years, 3 months ago (2013-09-17 12:37:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16770 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698