Hi

I would like to understand how nodejs works in more details.
I found on wiki that a part of nodejs is a V8 JavaScript engine.
On V8's wiki I can see that it compiles JavaScript into native machine code.

Should I understand that nodejs first compiles the JavaScript code into 
native machine code and then executes it ?
And the second question.
If the answer to the first question is yes then is it possible to turn on 
some debugging mode on V8 machine to know what JavaScript functions are 
currently executed by V8 machine.
If not how can I extend V8 to do that (maybe via the some kind of loadable 
module that needs to be implemented)

thanks for help

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" 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.

Reply via email to