move sk_memset16,32,64 out-of-line
authorMike Klein <mtklein@chromium.org>
Wed, 4 Jan 2017 19:44:20 +0000 (14:44 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 24 Jan 2017 18:01:16 +0000 (18:01 +0000)
commit57bc1e7bc804be4779dd09409046f62c4d43e3cd
tree039d2d3f2b9eb57d3ba2f9d4f68d0f25585335e6
parentaee504beb2185e7297b30c02a1541d1306196416
move sk_memset16,32,64 out-of-line

This helps pick it out on profiles and when debugging.

This will have a negligible impact on speed in most cases (small memsets are always fast, large memsets dwarf function call overhead), and clients like Chrome that use link-time optimization should see exactly zero impact.

This does however affect code size: it makes libskia 43K smaller on my laptop.

Change-Id: I55bdc75b7429a63024ab3b7d55dc1f886bde102a
Reviewed-on: https://skia-review.googlesource.com/6589
Commit-Queue: Mike Klein <mtklein@chromium.org>
Reviewed-by: Herb Derby <herb@google.com>
src/core/SkUtils.cpp
src/core/SkUtils.h