Compile JavaScript to Native Code with V8

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-06-02T22:58:26Z Indexed on 2010/06/02 23:04 UTC
Read the original article Hit count: 191

Filed under:
|
|
|

Is it really possible, with Google's V8 Engine, to compile JavaScript into Native Code, save it as a binary file, and execute it whenever I want through my software envorinment, on any machine?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about c++