This document explains the V8 Torque language, as used in the V8 codebase.| v8.dev
Why V8 decided to move away from Sea of Nodes and go back to CFG instead| v8.dev
V8 has its own abstraction on top of assembly code: the CodeStubAssembler. The CSA allows V8 to quickly and reliably optimize JS features at a low level, all while supporting multiple platforms.| v8.dev
V8's newest compiler, Maglev, improves performance while reducing power consumption| v8.dev