This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC PATCH 0/2] elfutils: don't use dlopen() for libebl modules


Hi -

> [...]
> My understanding of the benefit of separate modules is that we don't
> need to link all backend modules into every elfutils binary. I did some
> measurements to that end:
> 
> Dynamic backends (status quo):
> 44K     ./libasm/libasm.so
> 380K    ./libdw/libdw.so
> 120K    ./libelf/libelf.so
> 56K     ./src/objdump
> 
> Static backends (after this series):
> 44K     ./libasm/libasm.so
> 668K    ./libdw/libdw.so
> 120K    ./libelf/libelf.so
> 348K    ./src/objdump

Assuming a dynamically linked objdump would be the same size as
before, and that the libebl-* contents would only bloat libdw.so,
and only by 300K, IMHO we should just go for it.


- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]