commit | 6e58be468a5f56a26522af77902c5abc394f57bf | [log] [tgz] |
---|---|---|
author | yangguo <yangguo@chromium.org> | Wed Mar 04 14:27:22 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 04 14:27:43 2015 |
tree | 1a78608f73205e2b6adeabdb77879fbdff1081cc | |
parent | fbcebbc5bdfd8eed82d121faf07b536eb3142fb7 [diff] |
Revert of Remove default value for number of threads in Isolate::Init. (patchset #1 id:1 of https://codereview.chromium.org/978773002/) Reason for revert: build failures. Original issue's description: > Remove default value for number of threads in Isolate::Init. > > Just fixing a TODO. > > R=jochen@chromium.org > > Committed: https://crrev.com/fbcebbc5bdfd8eed82d121faf07b536eb3142fb7 > Cr-Commit-Position: refs/heads/master@{#26987} TBR=jochen@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/964743003 Cr-Commit-Position: refs/heads/master@{#26988}
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://code.google.com/p/v8/
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/*