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 136 followers

Latest posts

Last updated 7 days ago

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

8 days ago

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

Land ahoy: leaving the Sea of Nodes

about 1 month ago

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

Turbocharging V8 with mutable heap numbers

2 months ago

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

WebAssembly JSPI has a new API

11 months 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

about 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

almost 3 years ago

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

Retrofitting Temporal Memory Safety on C++

almost 3 years ago

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

Faster initialization of instances with new class features

about 3 years ago

Class fields have been shipped in V8 since v7.2 and private class...