commit | 18554e9565490329ddbbb56cc20b191395cbaa00 | [log] [tgz] |
---|---|---|
author | JianxiaoLuIntel <jianxiao.lu@intel.com> | Thu May 09 06:40:35 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 10 07:40:15 2024 |
tree | f945974aebafc2ec49479e50b3483478b5583042 | |
parent | a6be69c05e61bee07a65b9d5fbb6949239180d6c [diff] |
[revec][wasm][turboshaft] Print function name when trace revec Bug: v8:12716 Change-Id: I11da3d075c3ab7c672b0be3f242684c716afd77f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5528981 Reviewed-by: Darius Mercadier <dmercadier@chromium.org> Commit-Queue: Jianxiao Lu <jianxiao.lu@intel.com> Cr-Commit-Position: refs/heads/main@{#93814}
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.