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

Issue 196103004: Add support for per-isolate private symbols (Closed)

Created:
6 years, 9 months ago by rossberg
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev, Paweł Hajdan Jr., arv (Not doing code reviews)
Visibility:
Public.

Description

Add support for per-isolate private symbols R=mstarzinger@chromium.org BUG= LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=20209

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 8

Patch Set 3 : Comments & more #

Total comments: 16

Patch Set 4 : More comments; force dictionary mode #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -67 lines) Patch
M include/v8.h View 1 2 2 chunks +25 lines, -5 lines 0 comments Download
M src/api.cc View 1 2 3 2 chunks +58 lines, -9 lines 0 comments Download
M src/array-iterator.js View 3 chunks +5 lines, -5 lines 0 comments Download
M src/heap.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 1 chunk +2 lines, -7 lines 0 comments Download
M src/isolate.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 1 chunk +21 lines, -0 lines 1 comment Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download
M src/messages.js View 1 1 chunk +4 lines, -5 lines 0 comments Download
M src/promise.js View 1 chunk +5 lines, -5 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 2 chunks +21 lines, -2 lines 0 comments Download
M src/symbol.js View 1 2 3 2 chunks +8 lines, -21 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 5 chunks +58 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rossberg
6 years, 9 months ago (2014-03-21 14:13:24 UTC) #1
Michael Starzinger
First round. https://codereview.chromium.org/196103004/diff/20001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/196103004/diff/20001/include/v8.h#newcode2001 include/v8.h:2001: // Create a symbol. If data is ...
6 years, 9 months ago (2014-03-24 10:04:33 UTC) #2
rossberg
https://codereview.chromium.org/196103004/diff/20001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/196103004/diff/20001/include/v8.h#newcode2001 include/v8.h:2001: // Create a symbol. If data is not NULL, ...
6 years, 9 months ago (2014-03-24 15:09:49 UTC) #3
Michael Starzinger
LGTM, just a couple of nits to address. https://codereview.chromium.org/196103004/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/196103004/diff/40001/src/api.cc#newcode6154 src/api.cc:6154: i::Handle<i::String> ...
6 years, 9 months ago (2014-03-24 15:17:18 UTC) #4
rossberg
https://codereview.chromium.org/196103004/diff/40001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/196103004/diff/40001/src/api.cc#newcode6154 src/api.cc:6154: i::Handle<i::String> part = i::handle(i_isolate->heap()->for_string()); On 2014/03/24 15:17:19, Michael Starzinger ...
6 years, 9 months ago (2014-03-24 15:54:46 UTC) #5
rossberg
6 years, 9 months ago (2014-03-24 16:34:30 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r20209 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698