commit | 6b7ddf12b19337db418ff2e766dc83cbe4beacef | [log] [tgz] |
---|---|---|
author | Milad Fa <mfarazma@redhat.com> | Fri Nov 22 20:06:42 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 21:13:08 2024 |
tree | 87925e62a46993813b0bcec9f1559b2b8a2f3c00 | |
parent | 33eb120d1fe83479cb79fa17977982082b65a7c1 [diff] |
PPC/S390: Fix uint32_constant_at and set_uint32_constant_at We can reuse target_address_at and set_target_address_at which deal with instructions emitted under Assembler::mov. Change-Id: I367317aab5ece0bdb8698ea6f33612ef57927c47 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6037340 Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Reviewed-by: Junliang Yan <junyan@redhat.com> Cr-Commit-Position: refs/heads/main@{#97363}
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.