commit | f4aef3acf632724cc976599eabc42ff8ae471c4e | [log] [tgz] |
---|---|---|
author | Leszek Swirski <leszeks@chromium.org> | Fri May 27 16:02:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 27 16:02:20 2022 |
tree | eb7cf22c9d4a30b654172f9deed2f84610e575ab | |
parent | f833d36cc380df28d176e64309d367b959886a36 [diff] |
[v8] Avoid a v8::Persistent copy in v8::CpuProfilingOptions The copy constructor of v8::CpuProfilingOptions copies the filter_context_ Persistent. This is cheap but not free, and ideally we'd remove this copy constructor entirely to avoid exactly these sorts of accidental copies. Bug: v8:12915 Change-Id: Ibd9df65d4578fd0c27f44767d7521a4fb28ea061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3669116 Commit-Queue: Mason Freed <masonf@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#1008270}
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.