d95114016d
* Adding V8 documentation links * Removing extra space * use electron markdown conventions * cross-link v8 and chromium dev docs * fix v8 link
679 B
679 B
V8 Development
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