Updates:
        Status: WorkingAsIntended

Comment #1 on issue 2483 by svenpa...@chromium.org: Creating large arrays fails since r13237
http://code.google.com/p/v8/issues/detail?id=2483

What happens here is that you allocate an exponentially growing array of doubles. We are even using an unboxed representation for the doubles, but we nevertheless really run out of memory with the default parameters. r13237 just allocates a tiny bit more memory than before, so it erroneously seems to be the culprit.

In a nutshell: This is a real OOM, not a bug.

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to