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

Issue 1146353002: Oilpan: insist on eager sweeping for some objects. (Closed)

Created:
5 years, 7 months ago by sof
Modified:
5 years, 7 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: insist on eager sweeping for some objects. To prepare for enabling lazy sweeping, non-Oilpan - add EAGERLY_SWEEP() annotations for LifecycleObserver and DOMWindowProperty. The former is a template, so extend range of EAGERLY_SWEEP() macros to handle that also, along with ways to handle ambiguity. R=haraken BUG=420515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195772

Patch Set 1 #

Total comments: 3

Patch Set 2 : switch to simpler encoding of eager-sweepedness #

Total comments: 2

Patch Set 3 : add some limited-lifetime comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -12 lines) Patch
M Source/core/frame/DOMWindowProperty.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M Source/platform/LifecycleObserver.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M Source/platform/heap/Heap.h View 1 1 chunk +30 lines, -9 lines 0 comments Download
M Source/platform/heap/HeapTest.cpp View 1 3 chunks +31 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
sof
please take a look.
5 years, 7 months ago (2015-05-21 10:10:08 UTC) #1
sof
5 years, 7 months ago (2015-05-21 10:41:53 UTC) #3
haraken
https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h#newcode1145 Source/platform/heap/Heap.h:1145: // for Blink's DOMWindowProperty -- provide a convenience Just ...
5 years, 7 months ago (2015-05-21 11:45:39 UTC) #5
sof
https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h#newcode1145 Source/platform/heap/Heap.h:1145: // for Blink's DOMWindowProperty -- provide a convenience On ...
5 years, 7 months ago (2015-05-21 11:47:50 UTC) #6
haraken
https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h File Source/platform/heap/Heap.h (right): https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h#newcode1145 Source/platform/heap/Heap.h:1145: // for Blink's DOMWindowProperty -- provide a convenience On ...
5 years, 7 months ago (2015-05-21 13:23:24 UTC) #7
sof
On 2015/05/21 13:23:24, haraken wrote: > https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h > File Source/platform/heap/Heap.h (right): > > https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h#newcode1145 > ...
5 years, 7 months ago (2015-05-21 13:28:11 UTC) #8
haraken
On 2015/05/21 13:28:11, sof wrote: > On 2015/05/21 13:23:24, haraken wrote: > > https://codereview.chromium.org/1146353002/diff/1/Source/platform/heap/Heap.h > ...
5 years, 7 months ago (2015-05-21 13:42:31 UTC) #9
sof
On 2015/05/21 13:42:31, haraken wrote: > On 2015/05/21 13:28:11, sof wrote: > > On 2015/05/21 ...
5 years, 7 months ago (2015-05-21 13:45:41 UTC) #10
haraken
On 2015/05/21 13:45:41, sof wrote: > On 2015/05/21 13:42:31, haraken wrote: > > On 2015/05/21 ...
5 years, 7 months ago (2015-05-21 14:28:46 UTC) #11
sof
On 2015/05/21 14:28:46, haraken wrote: > On 2015/05/21 13:45:41, sof wrote: > > On 2015/05/21 ...
5 years, 7 months ago (2015-05-21 19:15:37 UTC) #12
haraken
Thanks for tidying up the macros! LGTM. https://codereview.chromium.org/1146353002/diff/20001/Source/core/frame/DOMWindowProperty.h File Source/core/frame/DOMWindowProperty.h (right): https://codereview.chromium.org/1146353002/diff/20001/Source/core/frame/DOMWindowProperty.h#newcode46 Source/core/frame/DOMWindowProperty.h:46: EAGERLY_SWEEP(); Add ...
5 years, 7 months ago (2015-05-21 23:24:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1146353002/40001
5 years, 7 months ago (2015-05-22 05:17:51 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-05-22 07:30:07 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195772

Powered by Google App Engine
This is Rietveld 408576698