commit | 701c6e747569926c13160d668035ac05d363e5dc | [log] [tgz] |
---|---|---|
author | balazs.kilvady <balazs.kilvady@imgtec.com> | Tue Jan 27 15:54:37 2015 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 27 15:54:49 2015 |
tree | 48ccd19c1b975cf407e75f0e1382b200b31f1297 | |
parent | 1e905469bea93363b3a6e1352dc3ff56e039c219 [diff] |
MIPS: Use a trampoline stub to load the type feedback vector for CallICs. Port 2a567faa3e7242359e29c63f8dc8c18104af0610 BUG= Review URL: https://codereview.chromium.org/882683002 Cr-Commit-Position: refs/heads/master@{#26298}
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/*