commit | ed2a163a4f5e7e9f978f16d7b34a23301e4f15d2 | [log] [tgz] |
---|---|---|
author | Michael Lippautz <mlippautz@chromium.org> | Wed Sep 01 17:59:36 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 01 17:59:36 2021 |
tree | a995db5fe1af7ac230c8eb7d9d9d8ca30e80fbcc | |
parent | 6c48745802c9837d8597f2b557cecea37bac349c [diff] |
EventTargetData: Optimize memory layout Avoid a vtable for Node's EventTargetData usage which improves performance and recovers a regression introduced in https://crrev.com/c/3026825. The performance regression was only visible on low performance devices on micro benchmarks. Bug: 1229395 Change-Id: Icf262495523361ac426831e5b5aa974a45afc45a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3132924 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/main@{#917291}
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.