I'm using the v8 in a multi-thread env, runing normal scripts in one thread 
and doing the garbage collection in another.
and I found IdleNotification(int idle_time_in_ms) 
 and LowMemoryNotification() api to do tht gc work.
I test this two api in my program and find out LowMemoryNotification seems 
really do the gc work, 
but the IdleNotification does not.

So, what's the difference between this two api? 
Are those two apis doing the same kind of garbage collection ?

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to