Overview
News
Technologies
Salaries
Products
People
Growth
Financials

Overview

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.

News

Blog 1 year ago
How we made JSON.stringify more than twice as fast
JSON.stringify is a core JavaScript function for serializing data. Its performance directly affects common operations across the web, from serializing data for a network request to saving data to localStorage . A faster JSON.stringify translates to quicke
Read more
Report
Blog 1 year ago
Speculative Optimizations for WebAssembly using Deopts and Inlining
In this blog post, we explain two optimizations for WebAssembly that we recently implemented in V8 and that shipped with Google Chrome M137, namely speculative call_indirect inlining and deoptimization support for WebAssembly. In combination, they allow u
Read more
Report
Blog 1 year ago
JavaScript's New Superpower: Explicit Resource Management
The Explicit Resource Management proposal introduces a deterministic approach to explicitly manage the lifecycle of resources like file handles, network connections, and more. This proposal brings the following additions to the language: the using and awa
Read more
Report
Blog 1 year ago
Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints
Getting JavaScript running fast is key for a responsive web app. Even with V8's advanced optimizations, parsing and compiling critical JavaScript during startup can still create performance bottlenecks. Knowing which JavaScript functions to compile during
Read more
Report
Blog 1 year ago
Land ahoy: leaving the Sea of Nodes
V8's end-tier optimizing compiler, Turbofan, is famously one of the few large-scale production compilers to use Sea of Nodes (SoN). However, since almost 3 years ago, we've started to get rid of Sea of Nodes and fall back to a more traditional Control-Flo
Read more
Report
Pro access
Upgrade to see all 20 mentions
Upgrade to a paid plan to read every media mention of this company - funding news, awards, product launches and press releases from all the outlets writing about it.
Every media mention and press release
Funding news, awards and product launches
Fresh coverage from every outlet writing about the company
Upgrade now
Cancel anytime. Secure checkout. Instant activation.