Skip to content

Commit d951140

Browse files
authored
V8 dev resources (electron#9008)
* Adding V8 documentation links * Removing extra space * use electron markdown conventions * cross-link v8 and chromium dev docs * fix v8 link
1 parent 32f278d commit d951140

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ an issue:
105105
* [Documentation Styleguide](styleguide.md)
106106
* [Updating Chrome](development/updating-chrome.md)
107107
* [Chromium Development](development/chromium-development.md)
108+
* [V8 Development](development/v8-development.md)

docs/development/chromium-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
- [Source Code](https://cs.chromium.org/chromium/src/)
1111
- [Development Calendar and Release Info](https://www.chromium.org/developers/calendar)
1212
- [Discussion Groups](http://www.chromium.org/developers/discussion-groups)
13+
14+
See also [V8 Development](v8-development.md)

docs/development/v8-development.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# V8 Development
2+
3+
> A collection of resources for learning and using V8
4+
5+
* [V8 Tracing](https://github.com/v8/v8/wiki/Tracing-V8)
6+
* [V8 Profiler](https://github.com/v8/v8/wiki/V8-Profiler) - Profiler combinations which are useful for profiling: `--prof`, `--trace-ic`, `--trace-opt`, `--trace-deopt`, `--print-bytecode`, `--print-opt-code`
7+
* [V8 Interpreter Design](https://docs.google.com/document/d/11T2CRex9hXxoJwbYqVQ32yIPMh0uouUZLdyrtmMoL44/edit?ts=56f27d9d#heading=h.6jz9dj3bnr8t)
8+
* [Optimizing compiler](https://github.com/v8/v8/wiki/TurboFan)
9+
* [V8 GDB Debugging](https://github.com/v8/v8/wiki/GDB-JIT-Interface)
10+
11+
See also [Chromium Development](chromium-development.md)

0 commit comments

Comments
 (0)