Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

v8.dev

V8

Get the latest updates from V8 directly as they happen.

Follow now 139 followers

Latest posts

Last updated 7 days ago

Speculative Optimizations for WebAssembly using Deopts and Inlining

7 days ago

In this blog post, we explain two optimizations for WebAssembly that we...

Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints

2 months ago

Getting JavaScript running fast is key for a responsive web app. Even...

Land ahoy: leaving the Sea of Nodes

3 months ago

V8’s end-tier optimizing compiler, Turbofan, is famously one of the few large-scale...

Turbocharging V8 with mutable heap numbers

4 months ago

At V8, we're constantly striving to improve JavaScript performance. As part of...

WebAssembly JSPI has a new API

about 1 year ago

WebAssembly’s JavaScript Promise Integration (JSPI) API has a new API, available in...

The V8 Sandbox

about 1 year ago

After almost three years since the initial design document and hundreds of...

WebAssembly JSPI is going to origin trial

over 1 year ago

WebAssembly’s JavaScript Promise Integration (JSPI) API is entering an origin trial, with...

WebAssembly Tail Calls

about 2 years ago

We are shipping WebAssembly Tail Calls in V8 v11.2! In this post...

Introducing the WebAssembly JavaScript Promise Integration API

over 2 years ago

The JavaScript Promise Integration (JSPI) API allows WebAssembly applications that were written...

Pointer compression in Oilpan

over 2 years ago

It is absolutely idiotic to have 64-bit pointers when I compile a...

Discontinuing release blog posts

about 3 years ago

Historically, there has been a blog post for each new release branch...

Retrofitting Temporal Memory Safety on C++

about 3 years ago

The post was originally posted in the Google Security Blog Memory safety...