Re: ld.so speedup for large binaries with many shared libraries

2011-06-16 Thread Stuart Henderson
On 2011/04/23 23:47, Dale Rahn wrote: Here is a diff that was originally hatched at c2k10 and finally implemented at k2k11. This has been tested lightly so needs to be tested on all systems with big and small programs. This breaks 'doveadm' in the dovecot package; to test, pkg_add dovecot,

Re: ld.so speedup for large binaries with many shared libraries

2011-05-06 Thread Antoine Jacoutot
On Fri, 6 May 2011, Stuart Henderson wrote: Just noticed I still have Ms for this. Has it been tested on enough arch yet? So far I know it's been run on amd64 (sthen) armish (sthen) i386 (aja, sthen) macppc (aja, sthen) loongson (phessler) Any others? Considering how much it sucks if

Re: ld.so speedup for large binaries with many shared libraries

2011-05-06 Thread Otto Moerbeek
On Fri, May 06, 2011 at 05:15:34PM +0200, David Coppa wrote: On Fri, May 6, 2011 at 1:55 PM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote: sparc64 and loongson here, no issues. Works for me as well, amd64 and i386. ciao, David asmatthieu@ found out hppa does not work. I can

Re: ld.so speedup for large binaries with many shared libraries

2011-05-06 Thread Otto Moerbeek
On Fri, May 06, 2011 at 09:34:56PM +0200, Otto Moerbeek wrote: On Fri, May 06, 2011 at 05:15:34PM +0200, David Coppa wrote: On Fri, May 6, 2011 at 1:55 PM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote: sparc64 and loongson here, no issues. Works for me as well, amd64 and

Re: ld.so speedup for large binaries with many shared libraries

2011-05-06 Thread Matthieu Herrb
On Fri, May 06, 2011 at 09:46:35PM +0200, Otto Moerbeek wrote: On Fri, May 06, 2011 at 09:34:56PM +0200, Otto Moerbeek wrote: On Fri, May 06, 2011 at 05:15:34PM +0200, David Coppa wrote: On Fri, May 6, 2011 at 1:55 PM, Jasper Lievisse Adriaanse jas...@openbsd.org wrote:

Re: ld.so speedup for large binaries with many shared libraries

2011-04-28 Thread Antoine Jacoutot
On Sat, 23 Apr 2011, Dale Rahn wrote: Here is a diff that was originally hatched at c2k10 and finally implemented at k2k11. This has been tested lightly so needs to be tested on all systems with big and small programs. On some machines this can shave 15% off of the startup time of large

Re: ld.so speedup for large binaries with many shared libraries

2011-04-28 Thread Stuart Henderson
On 2011/04/28 08:45, Antoine Jacoutot wrote: On Sat, 23 Apr 2011, Dale Rahn wrote: Here is a diff that was originally hatched at c2k10 and finally implemented at k2k11. This has been tested lightly so needs to be tested on all systems with big and small programs. On some machines

Re: ld.so speedup for large binaries with many shared libraries

2011-04-28 Thread Ian Darwin
Makes Eclipse start in 13-14 secs instead of 19. Thanks.

Re: ld.so speedup for large binaries with many shared libraries

2011-04-24 Thread Antti Harri
Hi, seems to work on amd64. Not sure if it made things quicker, but it sure didn't make them slower either. -- Antti Harri

Re: ld.so speedup for large binaries with many shared libraries

2011-04-24 Thread Amit Kulkarni
from http://www.feyrer.de/NetBSD/bx/blosxom.cgi/index.front?-tags=arm http://mail-index.netbsd.org/tech-userlevel/2010/02/24/msg003325.html it will help Chrome, Firefox, Webkit, GNOME, KDE, LibreOffice, vlc (and similar monsters like those) On Sun, Apr 24, 2011 at 4:53 AM, Antti Harri

ld.so speedup for large binaries with many shared libraries

2011-04-23 Thread Dale Rahn
Here is a diff that was originally hatched at c2k10 and finally implemented at k2k11. This has been tested lightly so needs to be tested on all systems with big and small programs. On some machines this can shave 15% off of the startup time of large applications with lots of dynamically loaded