[nodejs] nodejs virtual machine

2013-12-16 Thread Pawel Por
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

Re: [nodejs] nodejs virtual machine

2013-12-16 Thread liuyanghejerry
It is a little complicated when compiles JS into native code. You may want to checkout this series of article: http://www.jayconrod.com/posts/51/a-tour-of-v8-full-compiler 于 2013/12/17 0:16, Pawel Por 写道: Should I understand that nodejs first compiles the JavaScript code into native machine