On v8 3.24:

  /**
   * Marks the reference to this object independent. Garbage collector is 
free
   * to ignore any object groups containing this object. Weak callback for 
an
   * independent handle should not assume that it will be preceded by a 
global
   * GC prologue callback or followed by a global GC epilogue callback.
   */
  V8_INLINE void MarkIndependent();

I'd like to understand the above better.  In what kind of scenario do I 
want to mark a persistent handle independent?  What kind of impact does it 
have on GC?

Thanks!

-- 
-- 
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