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

Issue 14175005: New GC related APIs: Implicit references. (Closed)

Created:
7 years, 8 months ago by marja
Modified:
7 years, 8 months ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

New GC related APIs: Implicit references. When using these APIs, the embedder doesn't need to copy Persistent handles around. BUG=NONE Committed: http://code.google.com/p/v8/source/detail?r=14283

Patch Set 1 #

Patch Set 2 : style #

Total comments: 12

Patch Set 3 : Code review (mstarzinger) + test update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -149 lines) Patch
M include/v8.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 2 chunks +20 lines, -0 lines 0 comments Download
M src/global-handles.h View 1 2 6 chunks +42 lines, -30 lines 0 comments Download
M src/global-handles.cc View 1 2 4 chunks +30 lines, -7 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 2 1 chunk +54 lines, -17 lines 0 comments Download
M src/mark-compact.cc View 1 2 1 chunk +63 lines, -25 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 6 chunks +62 lines, -50 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 2 chunks +27 lines, -6 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 4 chunks +14 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
marja
This is the next step after the GC API changes for object groups. mstarzinger, svenpanne: ...
7 years, 8 months ago (2013-04-11 16:50:52 UTC) #1
Michael Starzinger
LGTM for the implementation with a few comments. https://codereview.chromium.org/14175005/diff/3001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/14175005/diff/3001/include/v8.h#newcode3546 include/v8.h:3546: static ...
7 years, 8 months ago (2013-04-16 10:42:16 UTC) #2
Michael Starzinger
One more comment ... https://codereview.chromium.org/14175005/diff/3001/src/global-handles.cc File src/global-handles.cc (right): https://codereview.chromium.org/14175005/diff/3001/src/global-handles.cc#newcode908 src/global-handles.cc:908: void GlobalHandles::AddImplicitReference(UniqueId id, Object** child) ...
7 years, 8 months ago (2013-04-16 10:56:08 UTC) #3
marja
Thanks for review! In addition to the done's here, I also updated the tests (test-mark-compact ...
7 years, 8 months ago (2013-04-16 12:28:37 UTC) #4
Michael Starzinger
LGTM. I'll land this.
7 years, 8 months ago (2013-04-16 12:41:32 UTC) #5
Michael Starzinger
7 years, 8 months ago (2013-04-16 12:57:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14283 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698