commit | 63cb5b3519339bb90a50f5d2150c527d1a6ab96f | [log] [tgz] |
---|---|---|
author | Milad Fa <mfarazma@redhat.com> | Tue Feb 11 19:31:25 2025 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 12 11:17:19 2025 |
tree | 7e8ab122c278106504ea328673a2b7c1f9bc224b | |
parent | 3b767d308ebda615d604f2ec507563b6ed535ba6 [diff] |
Fix build with older gcc and clang compilers static_assert may fail even on 64-bit platforms which might be related to this bug (Change in 9.1): https://cplusplus.github.io/CWG/issues/2518.html Change-Id: I4b923e0c191fab69704ca0f51a1bc761a4d1d953 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6253748 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/main@{#98658}
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.