Ignition Interpreter and JS Bytecode Tutorial
Master V8's Ignition interpreter and its bytecode execution model. Covers the dispatch loop, handler table, register file layout, stack frame structure, exception handling, generator support, and how Ignition feeds data to TurboFan for optimization.