What is V8?
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Google Chrome, the open source browser from Google, and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.
Latest blog posts
- Faster async functions and promises ECMAScript benchmarks presentations
- V8 release v7.1 release
- V8 release v7.0 release
- Getting things sorted in V8 ECMAScript internals
- Improving
DataView
performance in V8 ECMAScript benchmarks - Celebrating 10 years of V8 benchmarks
- Liftoff: a new baseline compiler for WebAssembly in V8 WebAssembly internals
- Embedded builtins internals
- V8 release v6.9 release
- V8 release v6.8 release
More articles can be found in the blog archive.