diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-10 19:40:02 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-08-12 15:25:58 +0200 |
commit | f9126b62b6f62f5373a5e5cfff64fb2ff2b19cd1 (patch) | |
tree | daca5b6c02ceda6c0be23ad34d70b2d1b767e141 /tools/target_dec_fate.sh | |
parent | 26aa844a214388b775839cc1ae06c97e695b464a (diff) | |
download | ffmpeg-f9126b62b6f62f5373a5e5cfff64fb2ff2b19cd1.tar.gz |
avutil/mem: Reinline av_size_mult() internally
Since 580e168a945b65100ec2c25433f33bfacfe9f7be, av_size_mult() is no
longer inlined; on systems where interposing is a thing, this also
inhibits the compiler from inlining said function into the internal
callers of said function, although inlining such a small function is
typically beneficial: With GCC 10.3 on Ubuntu x64 and -O3 this decreases
the size of av_realloc_array from 91B to 23B, from 129B to 81B for
av_realloc_f and from 77B to 23B for each of av_malloc_array,
av_mallocz_array and av_calloc.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tools/target_dec_fate.sh')
0 files changed, 0 insertions, 0 deletions