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

Issue 820693006: Incremental GCInfo descriptor table expansion. (Closed)

Created:
5 years, 11 months ago by sof
Modified:
5 years, 11 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, haraken, oilpan-reviews, kouhei+heap_chromium.org, Mads Ager (chromium)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Incremental GCInfo descriptor table expansion. The Oilpan GC infrastructure keeps a GCInfo descriptor per garbage allocated class, with heap object headers referring to their descriptor by way of a table index. 15 bits are currently set aside for these indices. Incrementally expand the underlying table rather than allocate it all upfront. R=haraken BUG=446582 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187992

Patch Set 1 #

Patch Set 2 : add missing PLATFORM_EXPORT #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -17 lines) Patch
M Source/platform/heap/Heap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/heap/Heap.cpp View 2 chunks +2 lines, -5 lines 0 comments Download
M Source/platform/heap/Visitor.h View 1 1 chunk +21 lines, -5 lines 0 comments Download
M Source/platform/heap/Visitor.cpp View 1 chunk +55 lines, -5 lines 2 comments Download

Messages

Total messages: 9 (3 generated)
sof
Please take a look.
5 years, 11 months ago (2015-01-07 14:22:12 UTC) #2
haraken
The 2^15*sizeof(GCInfo*) table is consuming 256 KB, which seems a waste, so this looks like ...
5 years, 11 months ago (2015-01-07 15:45:43 UTC) #4
sof
On 2015/01/07 15:45:43, haraken wrote: > The 2^15*sizeof(GCInfo*) table is consuming 256 KB, which seems ...
5 years, 11 months ago (2015-01-07 15:56:17 UTC) #5
sof
https://codereview.chromium.org/820693006/diff/20001/Source/platform/heap/Visitor.cpp File Source/platform/heap/Visitor.cpp (right): https://codereview.chromium.org/820693006/diff/20001/Source/platform/heap/Visitor.cpp#newcode50 Source/platform/heap/Visitor.cpp:50: // holding its index. Duplicate GCInfo slots might be ...
5 years, 11 months ago (2015-01-07 18:57:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/820693006/20001
5 years, 11 months ago (2015-01-07 18:58:57 UTC) #8
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 20:23:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187992

Powered by Google App Engine
This is Rietveld 408576698