D8 - A debugging-friendly version of V8

  • If you build V8 from source, you can create D8 binary
  • Allows you to REPL JavaScript code
  • Opens up "natives syntax" to peek under the hood in V8
  • Allows you to dump bytecode for JS to see what's going on
  • Shows where certain deoptimizations might happen

22 / 24