size of various Libs #603
alokprasad
started this conversation in
General
Replies: 2 comments
-
This data is from a DLL after link. The LTO will strip unused functions. (thanks for MSVC) .a might be larger, because it includes all function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some recent result on AARCH64, release version, full feature, with NULL crypto lib: ARM-GCC compiler
ARM-CLANG compiler
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In one of the presentations related to spdm , size of requester/responder were mentioned below
Source(https://av.tib.eu/media/52509)
But recent development I see they are considerably large,
around 500K with CLANG for reqiester/responder
and consider libspdm_common_lib.a is common to both this is around 250K .
Can something be done to reduce size.
does this static library includes size with crypto lib included?
Beta Was this translation helpful? Give feedback.
All reactions