commit | d67f48188a378e904691eb21beb6b45e29f6230b | [log] [tgz] |
---|---|---|
author | chunyang.dai <chunyang.dai@intel.com> | Fri Mar 06 06:15:41 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 06 06:15:58 2015 |
tree | ccb583f72dfb47e2170f1aad3a2acfbfbdcd4f5a | |
parent | e571065c14685efd221d0b49febf6f47833448e5 [diff] |
Add the code change for turbofan unsupported port. This is introduced by 8d2e45669f84076e95131503ea623f32483b3a7d (r26993) original commit message: First shot at eager deoptimization in Turbofan. BUG= Review URL: https://codereview.chromium.org/960973003 Cr-Commit-Position: refs/heads/master@{#27032}
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/*