REOPENED 142595
Users of Heap::deprecatedReportExtraMemory should switch to reportExtraMemoryAllocated+reportExtraMemoryVisited
https://bugs.webkit.org/show_bug.cgi?id=142595
Summary Users of Heap::deprecatedReportExtraMemory should switch to reportExtraMemory...
Geoffrey Garen
Reported 2015-03-11 14:32:26 PDT
This will reduce GC pressure when GenGC is successful.
Attachments
Patch (3.23 KB, patch)
2015-03-11 17:03 PDT, Geoffrey Garen
kling: review+
Geoffrey Garen
Comment 1 2015-03-11 17:03:17 PDT
Andreas Kling
Comment 2 2015-03-11 17:14:08 PDT
Comment on attachment 248465 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248465&action=review r=me > Source/WebCore/html/HTMLCanvasElement.h:138 > + size_t memoryCost() const; memoryCost() and not extraMemoryCost() seems like a mild misnomer, but it's not terribly important.
Geoffrey Garen
Comment 3 2015-03-11 17:15:48 PDT
Geoffrey Garen
Comment 4 2015-03-11 17:16:15 PDT
Keeping this open to cover the non-canvas classes.
Note You need to log in before you can comment on or make changes to this bug.