V8是Google开发的一个javascript引擎。它是用C++写的,然后用于google开源的浏览器chrome中。
V8引擎实现了ECMAScript第五版 ECMA-262,能够运行于Windows,Mac OS X,还有那些使用IA-32,X64或者ARM的处理器的Linux上。
V8能够单独运行,或者嵌入到任何C++的程序中。
You can find more information here:
- The V8 documentation page which includes instructions on downloading and building V8.
- Performance documentation covering the performance goals of V8, and instructions on how to run the Octane benchmark suite (evolution of the V8 benchmark suite).
- User mailing list: http://groups.google.com/group/v8-users