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

Issue 23401003: new persistent semantics (Closed)

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

Description

new persistent semantics adds copying and autodispose as traits R=marja@chromium.org, mstarzinger@chromium.org, svenpanne@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16588

Patch Set 1 #

Total comments: 9

Patch Set 2 : comments, etc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+385 lines, -363 lines) Patch
M include/v8.h View 1 32 chunks +243 lines, -323 lines 0 comments Download
M src/api.cc View 1 2 chunks +11 lines, -20 lines 0 comments Download
M src/global-handles.h View 1 2 chunks +12 lines, -1 line 0 comments Download
M src/global-handles.cc View 1 11 chunks +50 lines, -14 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 chunks +69 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
dcarney
please have a look
7 years, 4 months ago (2013-08-23 12:48:40 UTC) #1
marja
https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h File include/v8.h (left): https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h#oldcode314 include/v8.h:314: #ifndef V8_USE_UNSAFE_HANDLES Would it be feasible to just do ...
7 years, 4 months ago (2013-08-23 13:02:40 UTC) #2
dcarney
https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h File include/v8.h (left): https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h#oldcode314 include/v8.h:314: #ifndef V8_USE_UNSAFE_HANDLES On 2013/08/23 13:02:40, marja wrote: > Would ...
7 years, 4 months ago (2013-08-23 13:06:10 UTC) #3
marja
https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h File include/v8.h (left): https://chromiumcodereview.appspot.com/23401003/diff/1/include/v8.h#oldcode314 include/v8.h:314: #ifndef V8_USE_UNSAFE_HANDLES On 2013/08/23 13:06:10, dcarney wrote: > On ...
7 years, 4 months ago (2013-08-26 07:08:14 UTC) #4
Sven Panne
https://codereview.chromium.org/23401003/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/23401003/diff/1/include/v8.h#newcode456 include/v8.h:456: V8_INLINE(Isolate* GetIsolate()) { return isolate_; } Constify all the ...
7 years, 3 months ago (2013-09-05 08:24:08 UTC) #5
dcarney
https://codereview.chromium.org/23401003/diff/1/src/global-handles.h File src/global-handles.h (right): https://codereview.chromium.org/23401003/diff/1/src/global-handles.h#newcode148 src/global-handles.h:148: WeakCallback weak_callback, On 2013/09/05 08:24:09, Sven Panne wrote: > ...
7 years, 3 months ago (2013-09-05 08:32:04 UTC) #6
Sven Panne
LGTM, perhaps wait for a "LGTM" or "don't really care" from Michael. https://codereview.chromium.org/23401003/diff/1/src/global-handles.h File src/global-handles.h ...
7 years, 3 months ago (2013-09-05 08:43:01 UTC) #7
dcarney
> Ah, OK. So the revivable stuff is only there for a transitional phase, right? ...
7 years, 3 months ago (2013-09-05 08:43:40 UTC) #8
Michael Starzinger
ACK-LGTM. :)
7 years, 3 months ago (2013-09-05 12:57:03 UTC) #9
marja
Oops, I'm in the reviewer list too. lgtm, though I'm not a V8 committer even ...
7 years, 3 months ago (2013-09-09 08:01:37 UTC) #10
dcarney
7 years, 3 months ago (2013-09-09 09:25:36 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 manually as r16588 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698