Comment #3 on issue 2483 by svenpa...@chromium.org: Creating large arrays
fails since r13237
http://code.google.com/p/v8/issues/detail?id=2483
We are not making any guarantees what gc() actually does, it definitely
doesn't mean "really collect all you can and release as much memory as
possible". What you probably want to call is the JavaScript equivalent of
v8:LowMemoryNotification(), but I don't know if node.js exposes this
somehow.
Apart from that, I would suggest that you don't use 3.15.11.10, we are
already at 3.15.11.13. Expect to see relatively frequent changes to the
3.15 branch until Chrome 25 is out. If you can bisect any real problem on
bleeding_edge, we are happy to merge it back, but we simply don't have the
man power to give support for randomly picked tagged versions: We basically
care about bleeding_edge plus the latest branch (i.e. 3.15 currently).
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.