commit | e4735768c821461cced4cd51589de8d768b5f6bd | [log] [tgz] |
---|---|---|
author | balazs.kilvady <balazs.kilvady@imgtec.com> | Fri Mar 18 10:45:28 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 18 10:46:27 2016 |
tree | eb001113000d62de6941a88e6735fb94dc1a03c8 | |
parent | 84af5e44266542ff2be5551ec0777ed4a2b7af47 [diff] |
MIPS64: Followup 'MIPS64: Use BOVC/BNVC for overflow checking on r6.' Port 515105a70086dde450d9ff7d9d44ea7352e7a5e4 Exact simulation of bovc and bnvc instructions. BUG= Review URL: https://codereview.chromium.org/1785923011 Cr-Commit-Position: refs/heads/master@{#34884}
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://github.com/v8/v8/wiki
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/*
Please follow the instructions mentioned on the V8 wiki.