V8 Development

November 2, 2020 ยท View on GitHub

A collection of resources for learning and using V8

  • V8 Tracing
  • V8 Profiler - Profiler combinations which are useful for profiling: --prof, --trace-ic, --trace-opt, --trace-deopt, --print-bytecode, --print-opt-code
  • V8 Interpreter Design
  • Optimizing compiler
  • V8 GDB Debugging

See also Chromium Development