commit | b44572fbfeb669998053b023f473b9c274f2f2cf | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Wed Sep 14 17:37:58 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Sep 15 17:26:35 2022 +0000 |
tree | 17e26003c757f76b8dac9531050369ceb5a57a04 | |
parent | 6e0e0a9f6cbf09078aa4730d1a0dc0aa722ddc11 [diff] |
Disable inliner when SK_ENABLE_OPTIMIZE_SIZE is set. This should save approximately 27.5K of code size in Skia, at the cost of increased memory consumption on some platforms when shaders are compiled by the GPU driver. Change-Id: Ie4353a0f28ecf82cad3fd9451bddb8e7620101d3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/580971 Commit-Queue: John Stiles <johnstiles@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>