Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/libexec/ld.elf_so



Module Name:    basesrc
Committed By:   junyoung
Date:           Tue Oct  1 14:16:54 UTC 2002

Modified Files:
        basesrc/libexec/ld.elf_so: search.c

Log Message:
Store pathnames of shared objects not found in search paths in cache
and utilize it. This greatly reduces the number of calls to open(2) and
malloc(3) for programs like mozilla that depend on many shared objects
while it doesn't affect performance of small programs.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/libexec/ld.elf_so/search.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index