| commit | b02bd634a5c551888033dc80925d82b33fb9da59 | [log] [tgz] | 
|---|---|---|
| author | bjaideep <bjaideep@ca.ibm.com> | Thu Jun 30 18:04:58 2016 | 
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 18:08:23 2016 | 
| tree | 30a2ba2aff4c74974dfb4b13686971f35e97b021 | |
| parent | 27543e7152ad8af7ecc4eb221617d24c6956439a [diff] | 
Version 5.3.332.5 (cherry-pick) Merged 05638b9d1d70ae55c1c7ac934a5f511095dc866d PPC/s390: [turbofan] Introduce Float64Pow and NumberPow operators. BUG=v8:3599,v8:5086,v8:5157 LOG=N NOTRY=true NOPRESUBMIT=true R=machenbach@chromium.org, jyan@ca.ibm.com Review-Url: https://codereview.chromium.org/2109503008 Cr-Commit-Position: refs/branch-heads/5.3@{#7} Cr-Branched-From: 820a23aade5e74a92d794e05a0c2b3597f0da4b5-refs/heads/5.3.332@{#2} Cr-Branched-From: 37538cb2c1b4d75c41af386cb4fedbe5566f5608-refs/heads/master@{#37308}
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.