DescriptionFix performance issue in InstanceCounters for DOM nodes
The instance counters have used atomic incrementing/decrementing, but
this caused performance issue for dromaeo.domcoremodify test where DOM
objects are injected and created. This CL fixes this issue by creating
another counter without locks or atomic barriers only for nodes.
BUG=641019
Committed: https://crrev.com/964d6ecc9c556e80c53140a2254e93c92deb98a2
Cr-Commit-Position: refs/heads/master@{#423501}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address on reviews #
Depends on Patchset: Messages
Total messages: 12 (6 generated)
|