commit | 0145ba864ba41f3e9f4bfe550cab23eb5b5e93c6 | [log] [tgz] |
---|---|---|
author | bjaideep <bjaideep@ca.ibm.com> | Fri Jul 22 01:43:20 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 22 01:44:28 2016 |
tree | 6be27cb655f2e954516f8afbe85df66b2ff76f04 | |
parent | 3cfd80d6a254357f90d907c89c4d16857cb06d0e [diff] |
PPC: [ic] [stubs] Don't use Code::flags in megamorphic stub cache hash computations. Port 8aeb7439c91eb769f752ce87f6fc286c30761580 Fix for ppc file, using macro functions to xor and add to handle the case when kPrimaryMagic/kSecondaryMagic is > 16bits. R=ishell@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= LOG=N Review-Url: https://codereview.chromium.org/2169183002 Cr-Commit-Position: refs/heads/master@{#37960}
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.