Description[CSS Grid Layout] Cache track breadth min/max content types
Profiling shows we repeatedly hit the GridLength isLength() method and
the is{Min,Max}Content() methods of the actual Length object. By
caching this information, which won't change until we set again the
grid lengths, we can improve the auto-grid-lots-of-data.html test by
about a 6% (39 runs/s -> 41.5 runs/s).
BUG=234211
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160184
Patch Set 1 #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 7 (0 generated)
|