[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
Mon Jan 28 09:52:54 PST 2019


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

--- Comment #1 from Guillaume Emont <guijemont at igalia.com> ---
(In reply to Guillaume Emont from comment #0)
> The following code takes over 600M of rss on my linux x86_64 desktop:
>   var a = new Array(10 * 1024 * 1024).join('M');

The rss measure was taken on the jsc standalone interpreter.

-- 
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/20190128/a55be712/attachment.html>


More information about the webkit-unassigned mailing list