Trying to clarify how the Map tagged pointer on objects is modified during GC. The MapWord class (objects.h) has the below comment I can't quite parse - specifically in the parens at the end. Am I reading right that the Map word isn't a heap object pointer during a full GC? Or is this comment incorrect/outdated? // True if this map word is a forwarding address for a scavenge // collection. Only valid during a scavenge collection (specifically, // when all map words are heap object pointers, i.e. not during a full GC) . inline bool IsForwardingAddress() const;
-- -- 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/2c76d577-fb3c-48d7-99dc-678d353ef1c1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
