This document summarizes Andy Wingo's talk on JavaScriptCore's optimizing compiler called the DFG JIT. It begins by providing context on Wingo and an overview of JavaScriptCore's compilation pipeline. It then analyzes the performance of DFG JIT on various V8 benchmarks through experimentation with variable warmup times. Key optimizations identified include inlining, integer operations, and floating point arithmetic. The document ends by discussing ways to extract more data from JavaScriptCore like debug options and comparing performance to V8.