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

Issue 2576453002: [heap] Create a thin wrapper around wrapper tracing in V8 to avoid misuse (Closed)

Created:
4 years ago by Michael Lippautz
Modified:
4 years ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Create a thin wrapper around wrapper tracing in V8 to avoid misuse BUG=chromium:468240 Review-Url: https://codereview.chromium.org/2576453002 Cr-Commit-Position: refs/heads/master@{#41837} Committed: https://chromium.googlesource.com/v8/v8/+/17318bbd393f8e1b60a00d1cb1fb57befdec0874

Patch Set 1 #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 #

Patch Set 5 : Use mocks #

Total comments: 2

Patch Set 6 : Rebase #

Patch Set 7 : V8_EXPORT_PRIVATE #

Patch Set 8 : Include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -70 lines) Patch
M BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A src/heap/embedder-tracing.h View 1 2 3 4 5 6 7 1 chunk +56 lines, -0 lines 0 comments Download
A src/heap/embedder-tracing.cc View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
M src/heap/heap.h View 1 2 3 4 5 3 chunks +5 lines, -17 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 5 8 chunks +10 lines, -26 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 4 6 chunks +11 lines, -9 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 5 4 chunks +9 lines, -17 lines 0 comments Download
M src/heap/objects-visiting.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M src/v8.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M test/unittests/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A test/unittests/heap/embedder-tracing-unittest.cc View 1 2 3 4 1 chunk +165 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 33 (28 generated)
Michael Lippautz
ptal
4 years ago (2016-12-19 16:42:52 UTC) #7
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/2576453002/diff/80001/src/heap/embedder-tracing.h File src/heap/embedder-tracing.h (right): https://codereview.chromium.org/2576453002/diff/80001/src/heap/embedder-tracing.h#newcode48 src/heap/embedder-tracing.h:48: WrapperCache cached_wrappers_to_trace_; How about wrappers_to_trace_? It's simpler.
4 years ago (2016-12-19 16:50:05 UTC) #9
Michael Lippautz
https://codereview.chromium.org/2576453002/diff/80001/src/heap/embedder-tracing.h File src/heap/embedder-tracing.h (right): https://codereview.chromium.org/2576453002/diff/80001/src/heap/embedder-tracing.h#newcode48 src/heap/embedder-tracing.h:48: WrapperCache cached_wrappers_to_trace_; On 2016/12/19 16:50:05, Hannes Payer wrote: > ...
4 years ago (2016-12-19 17:01:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2576453002/160001
4 years ago (2016-12-20 09:32:03 UTC) #30
commit-bot: I haz the power
4 years ago (2016-12-20 09:35:11 UTC) #33
Message was sent while issue was closed.
Committed patchset #8 (id:160001) as
https://chromium.googlesource.com/v8/v8/+/17318bbd393f8e1b60a00d1cb1fb57befde...

Powered by Google App Engine
This is Rietveld 408576698