[Webkit-unassigned] [Bug 193912] [JSC] Repeat string created from Array.prototype.join() take too much memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 13:04:46 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193912

--- Comment #4 from Guillaume Emont <guijemont at igalia.com> ---
Created attachment 360761

  --> https://bugs.webkit.org/attachment.cgi?id=360761&action=review

Screenshot form massif-visualizer showing where memory was allocated

In the attached screenshot, we see that about 485M is allocated by JSRopeString::create() and about 80M by JSArray::tryCreate().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190131/e29ae67a/attachment.html>


More information about the webkit-unassigned mailing list