Hi, 
I saw that *IdleNotificationDeadline()* in term invokes 
*Heap::PerformIdleTimeAction() (heap.cc), *
And in case of `action.type == DO_NOTHING` it will return false. 
So ArangoDB kept on invoking IdleNotificationDeadline() without any effect. 

Did we set up the preconditions wrong (so type wouldn't be DO_NOTHING 
here?) or should there be in fact a 

   * result = true;*

Cheers, 
Wilfried Goesgens

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to