本节概述了v8是什么,以及开发人员可能想要使用它的原因。
它还应该提到v8中的任何大型主题,并链接到相关主题。由于v8的Documentation是新的,因此您可能需要创建这些相关主题的初始版本。
版 | 发布日期 |
---|---|
0.1.0 | 2008-07-03 |
1.0.0 | 2009-02-09 |
2.0.0 | 2009-11-18 |
3.0.0 | 2010-12-07 |
3.10.0 | 二零一二年十月三十日 |
3.20.0 | 2013年6月28日 |
4.2.1 | 2015年1月14日 |
4.10.1 | 2016年1月16日 |
v8
使用Google depot_tools
获取源代码并构建库。要安装depot_tools
,请按照此处的说明操作:
https://www.chromium.org/developers/how-tos/install-depot-tools
通过运行获取v8
源代码
/path/to/depot_tools/fetch v8
运行此命令后,要在将来启动新版本,请运行
/path/to/depot_tools/gclient sync
这里提供了构建说明: https : //github.com/v8/v8/wiki/Building%20with%20GN