Chromium Code Reviews
DescriptionOptimize the speed of array iteration in Audit
Some array iterations in Audit are using the new for(..in..)
syntax, which is much slower than the regular for () loop. This CL
replaces all instances of for(..in..) against array with for().
BUG=704652
Review-Url: https://codereview.chromium.org/2775713002
Cr-Commit-Position: refs/heads/master@{#459423}
Committed: https://chromium.googlesource.com/chromium/src/+/fad633b5888c53d2cf46b6c4ec2eb7d196f7ad3f
Patch Set 1 #
Messages
Total messages: 16 (12 generated)
|
|||||||||||||||||||