commit | 794aa072830ac53e9267775956b9bf864e4e0779 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Wed May 20 14:44:58 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 20 14:44:46 2015 |
tree | a4fd9ec758f240d5c2a422b1e7b53748183c1009 | |
parent | c1253668bc0c36405a32c82775045ed11ca00a40 [diff] |
Remove obsolete Code::optimizable flag. This flag mostly duplicates SharedFunctionInfo::optimization_disabled and is only queried in places where the original is available. Remove the brittle and error-prone duplication. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1148043002 Cr-Commit-Position: refs/heads/master@{#28520}
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/*