CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/11 15:02:35
Modified files:
libexec/ld.so : loader.c resolve.h
Log message:
Prune visited leaves when walking dependencies to call init functions in
topological sort order, reducing it to O(n) from O(2^n) (ouch!)
diff from Nathanael Rensen (nathanael(at)list.polymorpheus.com)
Much testing and pleading by robert@ and ajacoutot@
ok drahn@ mpi@
