On Thu, Aug 26, 2010 at 1:14 AM, Mads Ager <[email protected]> wrote: > I think the main issue here is > that in order to get rid of DOM wrappers in the heap you need more > than one GC (at least two - one to notice that it is not referenced > from JS and perform a callback and another one to actually get rid of > the object). Does it help if you do a couple of calls to collect()?
Doing a couple calls just feels a bit imprecise, but it's not a big deal. I'll do three I guess. Thanks, Ojan -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
