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

Issue 21133006: introduce eternal handles (Closed)

Created:
7 years, 4 months ago by dcarney
Modified:
7 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : added new space iterability #

Total comments: 6

Patch Set 3 : addressed comments #

Patch Set 4 : returns handles, added tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -38 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/i18n/i18n-utils.cc View 1 2 3 1 chunk +24 lines, -22 lines 0 comments Download
M src/global-handles.h View 1 2 3 2 chunks +71 lines, -0 lines 0 comments Download
M src/global-handles.cc View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 2 chunks +1 line, -9 lines 0 comments Download
M src/heap.cc View 1 2 3 chunks +10 lines, -3 lines 0 comments Download
M src/isolate.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-global-handles.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M tools/v8heapconst.py View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcarney
7 years, 4 months ago (2013-07-30 15:27:47 UTC) #1
Sven Panne
Quick DBC... https://codereview.chromium.org/21133006/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/21133006/diff/1/include/v8.h#newcode5402 include/v8.h:5402: static const int kEmptyStringRootIndex = 132; I ...
7 years, 4 months ago (2013-07-31 06:48:30 UTC) #2
dcarney
On 2013/07/31 06:48:30, Sven Panne wrote: > Quick DBC... > > https://codereview.chromium.org/21133006/diff/1/include/v8.h > File include/v8.h ...
7 years, 4 months ago (2013-07-31 07:14:03 UTC) #3
Michael Starzinger
Looking good already. I like this change. A few comments on the interface though. Also, ...
7 years, 4 months ago (2013-08-01 13:26:11 UTC) #4
dcarney
okay, all fixed up, please have another look
7 years, 4 months ago (2013-08-05 06:32:27 UTC) #5
Michael Starzinger
LGTM.
7 years, 4 months ago (2013-08-05 09:39:38 UTC) #6
dcarney
7 years, 4 months ago (2013-08-05 09:46:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r16045 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698