| commit | 8a1ede08a8db4a7d8ae9e02dc78ad12ebeae6885 | [log] [tgz] |
|---|---|---|
| author | Michael Achenbach <machenbach@chromium.org> | Fri Mar 04 10:24:07 2016 |
| committer | Michael Achenbach <machenbach@chromium.org> | Fri Mar 04 10:26:12 2016 |
| tree | 49c18e3bc8826af4e73cf67bf769c18980ee1fcb | |
| parent | bc5a134a595d8fb55512ab6c638b16050b4bff5a [diff] |
Version 5.1.39.1 (cherry-pick)
Merged ec0f451b648e1e13afb00a3d2ec9e1f2e46107ec
Revert of [wasm] Update {i32,i64}.const to use signed leb128 (patchset #3 id:40001 of https://codereview.chromium.org/1765673002/ )
TBR=hablich@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1764113002 .
Cr-Commit-Position: refs/heads/5.1.39@{#2}
Cr-Branched-From: 043345a6213ab48a68d71731aa4d54e613fe8ef1-refs/heads/master@{#34480}
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.