I'm not sure - I'm probably leaking native resources somewhere, but those 
shouldn't blow the v8 heap.

I tried looking into what noscript_shared_function_infos is (it's a 
weakarrayList) which should get compacted at GC time. So it looks like the 
functions are staying alive and either need to be manually destroyed, 
equivalent to:

f = function() { //do something }
....
f = null;
or created in a way that is tied to the lifecycle of the object

-- 
-- 
v8-dev mailing list
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/7798f0dd-8362-4b26-8a86-7a23da15f73f%40googlegroups.com.

Reply via email to