commit | 01d77cc39b3f9fa41637bc7eb3c4ae862b3e78c7 | [log] [tgz] |
---|---|---|
author | akos.palfi <akos.palfi@imgtec.com> | Fri Nov 13 00:50:13 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 13 00:50:35 2015 |
tree | ceec1f27ff41a1f273121e429e2ab1f075c679bd | |
parent | 69d218c03ffa190e6a4f6e9bc83359b6601822ae [diff] |
MIPS64: Implemented the RoundUint64ToFloat64 TurboFan operator for x64 and arm64. Port 857cd4c1f0c24b8f38b0dcfe5cee5bb4407436ca BUG= Review URL: https://codereview.chromium.org/1439053003 Cr-Commit-Position: refs/heads/master@{#31973}
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/*
Please follow the instructions mentioned on the V8 wiki.