commit | 45d6909e7b5cfb978abf63fba9042df9e6cbfd00 | [log] [tgz] |
---|---|---|
author | akos.palfi <akos.palfi@imgtec.com> | Fri Jul 29 09:30:30 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 29 09:30:54 2016 |
tree | bd01981c2576d4eea4c0af036eea24b960796e42 | |
parent | 5c1c023b63be8d78025fa8ccbe13b51f2d86d3db [diff] |
MIPS: Fix mksnapshot on big-endian. Paritally revert standalone.gypi changes in a451bd1a687987a7056d7847ba14aefd195dd760 and introduce a new separate variable for the mkpeephole. On big-endian MIPS, qemu is used to build the snapshot, because there's no simulator support for big-endian MIPS. BUG= Committed: https://crrev.com/928d2395c3fdf836cf9961cde96e6b274a6b1e20 Review-Url: https://codereview.chromium.org/2172653002 Cr-Original-Commit-Position: refs/heads/master@{#38103} Cr-Commit-Position: refs/heads/master@{#38165}
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.