The post describes how the type system of the React compiler is implemented and used| www.recompiled.dev
The post describes the complexities of alias analysis in the React Compiler| www.recompiled.dev
The post describes how the React Compiler uses SSA form for fine grained reactivity| www.recompiled.dev
The JavaScript Internationalization API is growing, and its V8 implementation is getting faster!| www.recompiled.dev
Several JavaScript data structures such as Map, Set, WeakSet, and WeakMap use hash tables under the hood. This article explains how V8 v6.3 improves hash table performance.| www.recompiled.dev
This article explains how a deoptimisation can occur as a side effect in Javascript, especially in v8.| www.recompiled.dev