Baseline Compiler
↔ JS Compiler to transform Code into unoptimized executable Bytecode/Machine Code ASAP
V8 uses Baseline Compiler called ignition to spit out code asap
baseline compiler creates stubs
References
JS Compiler
↔ Program to transform JS Code, consists of Baseline Compiler, Optimization Compiler & Monitor