Status: New
Owner: ----

New issue 1816 by [email protected]: detailed snapshot profiler hits out of memory on a simple page with number of cons strings
http://code.google.com/p/v8/issues/detail?id=1816

A page created a number of ConsStrings that refer to one big string.
Each such string requires small amount of heap memory.
Heap snapshot generator copies all the strings to internal hash map for persisting them. The each copy requires much more memory than v8 original string.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to