commit | 53343a5fa7971053aaa5b2e77cbab488d9ec4f31 | [log] [tgz] |
---|---|---|
author | Lu Yahan <yahan@iscas.ac.cn> | Thu Mar 13 02:30:56 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 02:28:38 2025 |
tree | af9b7fe7251650323cfdf06566dadbb0d594985a | |
parent | f6212fdc22f4080a081dd1b9ded54ca4b77fb658 [diff] |
[riscv][turbofan] Inline Adapter's DeoptimizeView into instruction selectors Port commit 3cda165896d30d7a471f754962af7b8016966531 Bug: 391750831 Change-Id: I08db3e5583768d3e99bf32cbc98d0c55d80434b2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6350634 Reviewed-by: Ji Qiu <qiuji@iscas.ac.cn> Commit-Queue: Ji Qiu <qiuji@iscas.ac.cn> Cr-Commit-Position: refs/heads/main@{#99274}
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.