How we made JSON.stringify more than twice as fast
This post explains our recent effort to improve JSON.stringify performance
@v8-blog
Publisher
10
Posts
This post explains our recent effort to improve JSON.stringify performance
This post explains two new optimizations in V8 for WebAssembly: speculative call_indirect inlining and deoptimization support for WebAssembly
Explicit compile hints control which JavaScript files and functions are parsed and compiled eagerly
Why V8 decided to move away from Sea of Nodes and go back to CFG instead
Adding mutable heap numbers to script context
This document introduces JSPI and provides some simple examples to get you started in using it
This article details some upcoming changes to the JavaScript Promise Integration (JSPI) API.
V8 features a lightweight, in-process sandbox to limit the impact of memory corruption bugs
We explain the start of the origin trial for JSPI
Static Roots makes the addresses of certain JS objects a compile-time constant.