DescriptionMake SpaceSplitString::set() faster
The SpaceSplitString in general and SpaceSplitString::set()
in particular are used very intensively in the blink DOM handling code.
This patch obviates an unneeded AtomicString re-creation within SpaceSplitString::set() method, as a result the median time value in the 'modify-element-classname.html' perf test decreased approximately by 2%-2.5%, VTune Amplifier shows the following delta of the total CPU time for the whole test execution: 3.610s - 3.550s = 0.060s
(Linux desktop x64).
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196374
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|
|||||||||||||||||||