[v8-users] debugger agent

2009-06-17 Thread ryan dahl
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

[v8-users] Performance and the embedding APIs

2009-06-17 Thread Matthias Ernst
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,