DescriptionCSSValue Immediates: Micro-optimize reinterpret_casts for immediates
Attempt to micro-optimize reinterpret_casts for immediates in
CSSPrimitiveValue, by replacing toTaggedPtr() with direct calls to cast
to a tagged pointer pointer, removing the overhead from calling it.
Depends on crrev.com/1252683002.
This is part of a larger refactor of CSSValue to introduce immediates,
discussed on the bug.
BUG=486252
COMMIT=false
Patch Set 1 #
Depends on Patchset: |