| commit | ee265bf297c2f1a98754ae2e2b801df3d97be638 | [log] [tgz] | 
|---|---|---|
| author | Matthew Brandyberry <mbrandy@us.ibm.com> | Fri Feb 26 23:01:53 2016 | 
| committer | Matthew Brandyberry <mbrandy@us.ibm.com> | Fri Feb 26 23:07:27 2016 | 
| tree | 1d6d3a0970f57a99a6587b22b6cd6edbbdf17e37 | |
| parent | 60f126054814eed60cc11ed12d6a4a8c7d494879 [diff] | 
Version 5.0.71.4 (cherry-pick) Merged b3de78c191420d0c9c9883c2065e0185f9591594 PPC: [fullcodegen] Implement operand stack depth tracking. BUG=v8:4488,v8:4755 LOG=N TBR=hablich@chromium.org Review URL: https://codereview.chromium.org/1742743003 . Cr-Commit-Position: refs/branch-heads/5.0@{#6} Cr-Branched-From: ad16e6c2cbd2c6b0f2e8ff944ac245561c682ac2-refs/heads/5.0.71@{#1} Cr-Branched-From: bd9df50d75125ee2ad37b3d92c8f50f0a8b5f030-refs/heads/master@{#34215}
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.