commit | d6438f39daee63a0049c65e0865cabd9b5e8ee8d | [log] [tgz] |
---|---|---|
author | Matthias Liedtke <mliedtke@chromium.org> | Mon Aug 19 16:33:01 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 21 12:04:48 2024 |
tree | 385d10858ed489cc2956c98f693626182383c20f | |
parent | 4844cc0e78f8f491657ef93c7d21d3ac99df5118 [diff] |
Merged: [turboshaft][wasm] Fix handling InstanceCache in return_call_ref on speculative inlining. A similar issue exists for return_call_indirect which is going to be addressed as part of https://crbug.com/360052650. (cherry picked from commit 782d7f5c714e67134a8a212e12cf5ba8ee74d133) Change-Id: Ib7fa4b4105c4053dc7869ba91fafcd39c8493ddf Fixed: 360044696 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5803642 Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Reviewed-by: Daniel Lehmann <dlehmann@chromium.org> Commit-Queue: Daniel Lehmann <dlehmann@chromium.org> Auto-Submit: Matthias Liedtke <mliedtke@chromium.org> Cr-Commit-Position: refs/branch-heads/12.9@{#4} Cr-Branched-From: 64a21d7ad7fca1ddc73a9264132f703f35000b69-refs/heads/12.9.202@{#1} Cr-Branched-From: da4200b2cfe6eb1ad73c457ed27cf5b7ff32614f-refs/heads/main@{#95679}
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.