You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to v8-users
Hi ! When i add cb1 by isolate->AddGCPrologueCallback and add cb2 by isolate->AddGCEpilogueCallback(), and the gc_type_filter is kGCTypeAll. Will the callbacks be called like this: cb1 by Scavenge ,cb1 by MarkSweepCompact , cb2 by Scavenge?