diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-02-22 12:55:59 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-02-22 12:55:59 +0000 |
commit | 582132fe3f72377f592aa127d920355afa887384 (patch) | |
tree | 11a0c75f7d313c8d684fd06ee857d12a6bc646aa /src/drivers/net/tulip.c | |
parent | 075292cc2dcde1ad2580d37ac019f29a0eaa01ef (diff) | |
download | ipxe-582132fe3f72377f592aa127d920355afa887384.tar.gz |
[crypto] Force inlining of trivial wrapper functions
Inspection of the generated assembly shows that gcc will often emit
standalone implementations of frequently invoked functions such as
digest_update(), which contain no logic and exist only as syntactic
sugar.
Force inlining of these functions to reduce the overall binary size.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/tulip.c')
0 files changed, 0 insertions, 0 deletions