Hi I have a few questions about V8 virtual machine.
- is there some kind of intermediate byte code or everything is always compiled into machine native code - can I set up V8 virtual machine in some kind of debugging mode where I can perform some action upon every JavaScript function executed by a V8 virtual machine e.g. log it into a file. If not is there a possiblity to write a loadable module that does it for me. thanks for help -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
