commit | 04046e3c6d193384dc2c546b730b2c4a70e43a5a | [log] [tgz] |
---|---|---|
author | Marja Hölttä <marja@chromium.org> | Fri Sep 29 11:55:03 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 29 11:55:03 2023 |
tree | 2e09cba1f408113ae1dafe9f4af4250c783fda63 | |
parent | b228b82742d43dcedc2109b4315989be6da1de14 [diff] |
[v8 compile hints] Randomize the client-side data generation with less granularity Per-page is too granular, because a page load might create caches which another page load then uses. If the second page load decides to generate compile hints data, they'll be corrupted because of the caches. This CL fixes the randomization to happen once per renderer proceess. Uploading the data is already gated to happen at most once per renderer. Bug: chromium:1406506 Change-Id: I958931cd4ef9d8425aeb9fc4f1b030d4146c9adc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4898206 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#1203186}
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.