commit | 57c74dab6b021c66bf9d33788334646ca9778cb3 | [log] [tgz] |
---|---|---|
author | Rezvan Mahdavi Hezaveh <rezvan@chromium.org> | Thu Feb 01 00:52:03 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 01 01:02:52 2024 |
tree | a4f2b08b62012cd73114902ccdf43f2cb5c0fc95 | |
parent | 74dc53b2d081bb1c5fd6960807c7a06449e14551 [diff] |
Revert "[map] Maintain is_double bit on enum cache" This reverts commit a05a3a8f8bcfb1e718b4e051be68a868520c2734. Reason for revert: Probably the cause of roll build failure on dawn-linux-x64-deps-rel https://ci.chromium.org/ui/p/chromium/builders/try/dawn-linux-x64-deps-rel/45524/overview Original change's description: > [map] Maintain is_double bit on enum cache > > ... when updating field types. > > Change-Id: I08f40380d9f33a9c2a90cda86655b3aea6610700 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5252519 > Auto-Submit: Leszek Swirski <leszeks@chromium.org> > Commit-Queue: Toon Verwaest <verwaest@chromium.org> > Reviewed-by: Toon Verwaest <verwaest@chromium.org> > Cr-Commit-Position: refs/heads/main@{#92121} Change-Id: I56ee8ef6efae44d8d550939cfa05ea095cfbe880 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5255697 Auto-Submit: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Owners-Override: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@chromium.org> Cr-Commit-Position: refs/heads/main@{#92127}
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.