The EMBEDDED_OBJECT was allocated in js heap? On Monday, August 15, 2016 at 11:45:51 PM UTC+8 Peter Schow wrote:
> On Wed, Aug 10, 2016 at 10:57:38PM -0700, Dmitriy - wrote: > > I've not found any doc about reloc's mode. > > > > For example what does EMBEDDED_OBJECT mean? For what does purposes it > use?. > > > > I'm see what happens with this reloc mode, but high level description > would > > be good. > > Haven't seen an answer yet so I'll take a stab and someone can correct me > if I'm wrong. Embedded object here is an serialized V8 C++ object. > > If you look at the enumerated RelocInfo output for a d8 run with annotated > output, you'll see various embedded objects, such as: > > embedded object (0x5da87ba82b1 <String[6]: d8test>) > embedded object (0x5da87ba8341 Cell for 6144) > embedded object (0x36522b43fa41 <Code: COMPARE_IC>) > embedded object (0x36522b40c7a1 <Code: BINARY_OP_IC>) > embedded object (0x5da87b04101 <FixedArray[0]>) > > -- -- 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/3fccd99e-7efd-4c9f-bd5b-ec3a5b6bc8c8n%40googlegroups.com.
