commit | 51af8170aa83307f898343de499f6fe29e67ce2e | [log] [tgz] |
---|---|---|
author | Leszek Swirski <leszeks@chromium.org> | Fri Dec 10 14:56:05 2021 |
committer | Lutz Vahl <vahl@chromium.org> | Fri Dec 10 16:35:50 2021 |
tree | 62d0cc568be44cfe487cfdf53597c993dff93a53 | |
parent | e218afa8473132b56a9e1532be7920dd130aeb7e [diff] |
Merge: [compiler] Don't elide ChangeTaggedToInt32->ChangeInt31ToTaggedSigned Bug: chromium:1278387 Change-Id: If834ee2f9ba3663822a8066fbd1ece49c24023da Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3329790 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Nico Hartmann <nicohartmann@chromium.org> Commit-Queue: Nico Hartmann <nicohartmann@chromium.org> Cr-Commit-Position: refs/heads/main@{#78337} (cherry picked from commit 4fae8b16802a416fe3aab0e7792fabe96cf1ecd8) Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3329794 Reviewed-by: Lutz Vahl <vahl@chromium.org> Reviewed-by: Toon Verwaest <verwaest@chromium.org>
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://v8.dev/docs
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 at v8.dev/docs/contribute.