forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c85b159
commit 8417633
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# V8 開發 | ||
|
||
> 一些有關於學習與使用 V8 的收集資源 | ||
* [V8 追蹤](https://github.com/v8/v8/wiki/Tracing-V8) | ||
* [V8 性能分析](https://github.com/v8/v8/wiki/V8-Profiler) - 介紹一些有用的性能分析參數: `--prof`,`--trace-ic`,`--trace-opt`,`--trace-deopt`,`--print-bytecode`,`--print-opt-code` | ||
* [V8 設計理念](https://docs.google.com/document/d/11T2CRex9hXxoJwbYqVQ32yIPMh0uouUZLdyrtmMoL44/edit?ts=56f27d9d#heading=h.6jz9dj3bnr8t) | ||
* [編譯器最佳化](https://github.com/v8/v8/wiki/TurboFan) | ||
* [V8 GDB 除錯](https://github.com/v8/v8/wiki/GDB-JIT-Interface) | ||
|
||
[Chromium Development](chromium-development.md) 裡有更多資訊。 |