On Mon, 20 Oct 2008 11:16:59 am Pete Gontier wrote:
> I had to do two things:
>
> re-assign the variable holding my test object to another (delete was
> not enough)
> collect the garbage explicitly
I can't make it collect my object even when doing
for (i = 0; i < 1000; ++i)
{
var x = new jfx.ByteBuffer();
x = 0;
gc();
}
and flags
--new_space_size=65536 --old_space_size=2500000 --expose_gc --log_handles
--trace_gc --gc_global
--
Anthony Shipman Mamas don't let your babies
[EMAIL PROTECTED] grow up to be outsourced.
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---