commit | a28b940e89cd4334ad4492156acec3e3f8c1cb48 | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Wed May 17 11:53:37 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 17 12:28:19 2017 |
tree | 745bb2d8de4879b809a72c41fd9c044991cc2060 | |
parent | 789b60458bb9f2b0503e63352db244e0e196a579 [diff] |
[compiler] Split GenerateCode into AssembleCode and FinalizeCode. AssembleCode will eventually be moved into ExecuteJob, i.e., off the main thread. Bug: v8:6048 Change-Id: If84ee2aaca6c8827cb769c7d69e5094fb4f32e4b Reviewed-on: https://chromium-review.googlesource.com/506669 Commit-Queue: Georg Neis <neis@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#45372}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://github.com/v8/v8/wiki
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned on the V8 wiki.