Home
last modified time | relevance | path

Searched hist:bbf8e8b0fe0401e1952c77088692fd273a9635a1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefilediff bbf8e8b0fe0401e1952c77088692fd273a9635a1 Mon May 18 14:06:57 CDT 2020 Arvind Sankar <nivedita@alum.mit.edu> efi/libstub: Optimize for size instead of speed

Reclaim the bloat from the addition of printf by optimizing the stub for
size. With gcc 9, the text size of the stub is:

ARCH before +printf -Os
arm 35197 37889 34638
arm64 34883 38159 34479
i386 18571 21657 17025
x86_64 25677 29328 22144

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Link: https://lore.kernel.org/r/20200518190716.751506-6-nivedita@alum.mit.edu
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>