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

Issue 2238173002: Trigger Blink GC on v8::kGCCallbackFlagCollectAllExternalMemory (Closed)

Created:
4 years, 4 months ago by keishi
Modified:
4 years, 3 months ago
Reviewers:
haraken
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Trigger Blink GC on v8::kGCCallbackFlagCollectAllExternalMemory BUG=570268 Committed: https://crrev.com/c987ef551cd26d57e53bb2d592d4b75ed3048ac8 Cr-Commit-Position: refs/heads/master@{#414400}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Total comments: 2

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (5 generated)
keishi
This CL is a fix for c) Explanation: After investigating the memory leak for the ...
4 years, 4 months ago (2016-08-12 06:58:50 UTC) #2
haraken
https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode391 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:391: if (flags & v8::kGCCallbackFlagCollectAllExternalMemory) Do you think it's worth ...
4 years, 4 months ago (2016-08-12 07:08:49 UTC) #3
keishi
https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode391 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:391: if (flags & v8::kGCCallbackFlagCollectAllExternalMemory) On 2016/08/12 07:08:48, haraken wrote: ...
4 years, 4 months ago (2016-08-15 10:30:44 UTC) #4
haraken
On 2016/08/15 10:30:44, keishi wrote: > https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp > File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): > > https://codereview.chromium.org/2238173002/diff/1/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode391 > ...
4 years, 4 months ago (2016-08-15 14:22:44 UTC) #5
keishi
The conservative GC is required but I'm not sure if we need the PreciseGC for ...
4 years, 4 months ago (2016-08-25 05:13:39 UTC) #6
haraken
https://codereview.chromium.org/2238173002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2238173002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode380 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:380: && flags & v8::kGCCallbackFlagCollectAllExternalMemory) { Add () to make ...
4 years, 4 months ago (2016-08-25 05:22:29 UTC) #7
keishi
https://codereview.chromium.org/2238173002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp File third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp (right): https://codereview.chromium.org/2238173002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp#newcode380 third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp:380: && flags & v8::kGCCallbackFlagCollectAllExternalMemory) { On 2016/08/25 05:22:29, haraken ...
4 years, 4 months ago (2016-08-25 05:25:05 UTC) #8
haraken
LGTM
4 years, 4 months ago (2016-08-25 05:25:48 UTC) #9
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/2238173002/40001
4 years, 4 months ago (2016-08-25 06:08:06 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/268488)
4 years, 3 months ago (2016-08-25 08:15:20 UTC) #13
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/2238173002/40001
4 years, 3 months ago (2016-08-25 09:07:26 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-08-25 12:07:56 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-08-25 12:10:23 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c987ef551cd26d57e53bb2d592d4b75ed3048ac8
Cr-Commit-Position: refs/heads/master@{#414400}

Powered by Google App Engine
This is Rietveld 408576698