2017-03-25 01:40:23 +03:00
|
|
|
# V8 Development
|
|
|
|
|
|
|
|
> A collection of resources for learning and using V8
|
|
|
|
|
2020-11-02 12:58:14 +03:00
|
|
|
* [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`
|
2017-03-25 01:40:23 +03:00
|
|
|
* [V8 Interpreter Design](https://docs.google.com/document/d/11T2CRex9hXxoJwbYqVQ32yIPMh0uouUZLdyrtmMoL44/edit?ts=56f27d9d#heading=h.6jz9dj3bnr8t)
|
2020-11-02 12:58:14 +03:00
|
|
|
* [Optimizing compiler](https://v8.dev/docs/turbofan)
|
|
|
|
* [V8 GDB Debugging](https://v8.dev/docs/gdb-jit)
|
2017-03-25 01:40:23 +03:00
|
|
|
|
|
|
|
See also [Chromium Development](chromium-development.md)
|