commit | 723ed8a9cfffede007ae3d675a961d3cabe67e30 | [log] [tgz] |
---|---|---|
author | Jakob Kummerow <jkummerow@chromium.org> | Mon May 02 17:52:11 2022 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 06 18:31:51 2022 |
tree | c82c913a93fb49b3df20eeec715ff37644861d71 | |
parent | 038025c396f285a96cee650993c800a5d0ea965f [diff] |
Merged: [wasm] Fix Int64Lowering for tagged stack-passed parameters When lowering signatures, we must preserve the separation of parameters into tagged and untagged sections. Fixed: chromium:1320614 (cherry picked from commit 8062598f26127d833c237acb3da154c91c1ec7e7) Change-Id: I2f84535f785ce5c96e9c892994416986965eaa40 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3632515 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/branch-heads/10.1@{#28} Cr-Branched-From: b003970395b7efcc309eb30b4ca06dd8385acd55-refs/heads/10.1.124@{#1} Cr-Branched-From: e62f556862624103ea1da5b9dcef9b216832033b-refs/heads/main@{#79503}
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.