commit | 6cf562a05fddfcb1258245f262f3918d03813982 | [log] [tgz] |
---|---|---|
author | mstarzinger <mstarzinger@chromium.org> | Fri Nov 21 11:23:34 2014 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 21 11:23:34 2014 |
tree | ecabb66ee912e56be825219bc7e42ac6e445c8c8 | |
parent | 8ae440f770338dce0e3b2c61c9eecd2d7a8ed9d2 [diff] |
Remove deprecated ShouldSelfOptimize machinery. R=titzer@chromium.org Review URL: https://codereview.chromium.org/582683002
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/
V8 Git repository: https://chromium.googlesource.com/v8/v8.git GitHub mirror: https://github.com/v8/v8-git-mirror
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/*