How do I use the debugger agent? I'm running
v8::Debug::EnableAgent(script_name, 5858);
in my program, then using d8 to connect to that port:
> ./d8 --remote_debugger
Type: connect
V8-Version: 1.2.8.1
Protocol-Version: 1
Embedding-Host: test-http_simple.js
I can then enter commands
Hi,
is there information about the performance tradeoffs of the embedding
APIs and how they play with v8 optimizations?
For example, does a named property accessor profit from inline caching?
If I register many property accessors with an object template, does
that blow up instance size?
If so,