| commit | b8e8b0de4f89bcddf3c621f41bec266acf56dab1 | [log] [tgz] |
|---|---|---|
| author | Igor Sheludko <ishell@chromium.org> | Tue Nov 06 13:40:24 2018 |
| committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 06 14:21:44 2018 |
| tree | 12e9802789e305629bbf9cbd1d34ed94ee0f49d7 | |
| parent | 1444bebe7650ccff2e7b8696c0bc6f875ebf93f6 [diff] |
[ptr-compr] Fix incorrectly used machine types in TurboFan, CSA, Wasm and compiler tests. Tagged values decompression logic will depend on the machine type of the value being loaded so it must be correct. Bug: v8:7703 Change-Id: Ia9e7cc1e273e5a458d9de8aaa4adb0c970413b8b Reviewed-on: https://chromium-review.googlesource.com/c/1319573 Commit-Queue: Igor Sheludko <ishell@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#57280}
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.