Hi, I am exploring V8 JIT code generation as part of my PhD research and I've observed that dynamic code often shares heap space with various metadata. I wish to understand the access pattern for the metadata and its potential impact on code execution performance (i.e. potentially polluting the instruction cache on the host machine).
Could somebody please help me with this or point me to a documentation where I can learn more? What kind of metadata is stored with the Code objects? When is it accessed? (reads/writes?) What kind of application would stress a heavy use of the metadata? (i.e. micro-benchmark?) Thanks, Martin -- -- 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/f78d9146-4649-4679-9ee5-e2bbfb53ae09n%40googlegroups.com.
