commit | c66228a5cd89830194d48cb0e5838619acc3b410 | [log] [tgz] |
---|---|---|
author | Clemens Backes <clemensb@chromium.org> | Mon Feb 05 16:09:15 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 17:32:40 2024 |
tree | efba5287c058206f2f3dd476f4463f1cb4cf15f9 | |
parent | b2b1ebad4c96208ce24f73695c5ac4a4cae74e87 [diff] |
[wasm][turbofan] Use WasmDispatchTable for indirect calls This ports indirect calls in TurboFan to the new WasmIndirectFunctionTable object. Other instructions and compilers will follow separately. R=thibaudm@chromium.org Bug: v8:14564 Change-Id: I679b081fe102c28bd674545fc1b67e752f1efc02 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5268381 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#92206}
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.