This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: extend dl-minimal malloc implementation


Zack Weinberg <zackw@panix.com> writes:
> _Do_ we, though?  Why does ld.so need to make any allocations at all
> above and beyond mapping in the libraries?  It's an open question as
> far as I'm concerned.

The one complex case I bumped into was importing relocations and
resolving dependencies, where huge trees of data are created on the
stack, passed to other functions, and then abandoned.

Note that I only looked at that code long enough to know I didn't want
to touch it yet ;-)


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