commit | 5b8a11d97fb3bd6fda875d7a996a34f0986d5238 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <dlehmann@chromium.org> | Tue Dec 03 09:55:14 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 03 09:55:14 2024 |
tree | 81d0253d93be974abbb2658e156455f94be8988d | |
parent | 57cad55bc7167213599f0f6ad443887cb23a98f4 [diff] |
[v8][wasm] Prepare WebView and field trial for Finch of Wasm deopt ...and speculative call_indirect inlining. There were already gin feature flags present for both V8 features, as well as two field trials. But the two disparate field trials didn't test Wasm deopt and call_indirect inlining enabled at the same time. Testing WebView needed an additional change as well. Bug: 42204618 Change-Id: If1c765ebb5c001103fd994108d99a4181c03ce36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6062960 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Commit-Queue: Daniel Lehmann <dlehmann@chromium.org> Cr-Commit-Position: refs/heads/main@{#1390881}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.