d6c08c9be8
Replacing the SkTArray with a SkSpan, and using native parameter-pack expansion instead of a complex recursive unpack, allowed the compiler to simplify the generated code. (It is likely faster as well, since the SkTArray would allocate memory and this does not.) Bloaty: http://screen/6JPBv8aP4ukQi8c Change-Id: I732aff8d0e58de4df65b4e8cc341ec6750dcd8a0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/438536 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> |
||
---|---|---|
.. | ||
android | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
sksl | ||
svg | ||
third_party | ||
utils |