[Webkit-unassigned] [Bug 163470] run-webkit-tests consumes gigabytes of memory with --iterations 4294967300
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 14 20:42:05 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163470
--- Comment #3 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
We could also make a smarter data structure that uses memory more efficiently, such as an iterator object that just returns the next test when asked, but internally stores the repetitive iteration state.
This is not a critical bug to fix, but I wanted to document the behavior that I saw when I ran into it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161015/0010b9a4/attachment.html>
More information about the webkit-unassigned
mailing list