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

Issue 1094002: New GCCallbacks with additional parameters. (Closed)

Created:
10 years, 9 months ago by loislo
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

New GCCallbacks with additional parameters. See http://codereview.chromium.org/1165004.

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 18

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 20

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -4 lines) Patch
M include/v8.h View 1 2 3 4 5 6 7 8 2 chunks +58 lines, -4 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +35 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +62 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 3 4 5 6 7 8 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
loislo
New GCCallback related functions were introduced in V8 api. I think we should support multiple ...
10 years, 9 months ago (2010-03-22 14:06:49 UTC) #1
yurys
http://codereview.chromium.org/1094002/diff/6001/7003 File include/v8.h (right): http://codereview.chromium.org/1094002/diff/6001/7003#newcode2320 include/v8.h:2320: static int SetGCPrologueCallback(GCPrologueCallback callback); I'd rather call it AddGCPrologueCallback ...
10 years, 9 months ago (2010-03-22 14:20:28 UTC) #2
mnaganov (inactive)
http://codereview.chromium.org/1094002/diff/6001/7002 File src/heap.h (right): http://codereview.chromium.org/1094002/diff/6001/7002#newcode1062 src/heap.h:1062: template <typename T> I'd say, there is no real ...
10 years, 9 months ago (2010-03-22 14:22:33 UTC) #3
Søren Thygesen Gjesse
Please add a test case to test-api.cc. http://codereview.chromium.org/1094002/diff/6001/7003 File include/v8.h (right): http://codereview.chromium.org/1094002/diff/6001/7003#newcode2313 include/v8.h:2313: /** The ...
10 years, 9 months ago (2010-03-22 14:48:02 UTC) #4
loislo
HashMap was replaced by List<>. test was added. http://codereview.chromium.org/1094002/diff/6001/7003 File include/v8.h (right): http://codereview.chromium.org/1094002/diff/6001/7003#newcode2320 include/v8.h:2320: static ...
10 years, 9 months ago (2010-03-22 20:32:55 UTC) #5
mnaganov (inactive)
LGTM with comments. http://codereview.chromium.org/1094002/diff/41001/42002 File src/heap.h (right): http://codereview.chromium.org/1094002/diff/41001/42002#newcode35 src/heap.h:35: #include "list.h" Is there a real ...
10 years, 9 months ago (2010-03-23 09:01:05 UTC) #6
Søren Thygesen Gjesse
http://codereview.chromium.org/1094002/diff/41001/42003 File include/v8.h (right): http://codereview.chromium.org/1094002/diff/41001/42003#newcode2324 include/v8.h:2324: static void AddGCPrologueCallback(GCPrologueCallback callback, Please format like this static ...
10 years, 9 months ago (2010-03-23 09:20:21 UTC) #7
loislo
http://codereview.chromium.org/1094002/diff/41001/42003 File include/v8.h (right): http://codereview.chromium.org/1094002/diff/41001/42003#newcode2324 include/v8.h:2324: static void AddGCPrologueCallback(GCPrologueCallback callback, On 2010/03/23 09:20:22, Søren Gjesse ...
10 years, 9 months ago (2010-03-23 11:10:05 UTC) #8
Søren Thygesen Gjesse
10 years, 9 months ago (2010-03-23 11:20:11 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698