# V8 Development > A collection of resources for learning and using V8 * [V8 Tracing](https://v8.dev/docs/trace) * [V8 Profiler](https://v8.dev/docs/profile) - Profiler combinations which are useful for profiling: `--prof`, `--trace-ic`, `--trace-opt`, `--trace-deopt`, `--print-bytecode`, `--print-opt-code` * [V8 Interpreter Design](https://docs.google.com/document/d/11T2CRex9hXxoJwbYqVQ32yIPMh0uouUZLdyrtmMoL44/edit?ts=56f27d9d#heading=h.6jz9dj3bnr8t) * [Optimizing compiler](https://v8.dev/docs/turbofan) * [V8 GDB Debugging](https://v8.dev/docs/gdb-jit) See also [Chromium Development](chromium-development.md)