Re: ld.so speedup (part 2)

2019-05-11 Thread Philip Guenther
On Tue, 7 May 2019, Jeremie Courreges-Anglas wrote: > On Sat, Apr 27 2019, Nathanael Rensen > wrote: > > The diff below speeds up ld.so library intialisation where the > > dependency tree is broad and deep, such as samba's smbd which links > > over 100 libraries. ... > As I told mpi@ earlier to

Re: ld.so speedup (part 2)

2019-05-07 Thread Jeremie Courreges-Anglas
On Sat, Apr 27 2019, Nathanael Rensen wrote: > The diff below speeds up ld.so library intialisation where the dependency > tree is broad and deep, such as samba's smbd which links over 100 libraries. > > See for example https://marc.info/?l=openbsd-misc&m=155007285712913&w=2 > > See https://marc.i

Re: ld.so speedup (part 2)

2019-05-05 Thread Nathanael Rensen
On Sun, 5 May 2019 at 06:26, Martin Pieuchot wrote: > > On 27/04/19(Sat) 21:55, Nathanael Rensen wrote: > > The diff below speeds up ld.so library intialisation where the dependency > > tree is broad and deep, such as samba's smbd which links over 100 libraries. > > > > See for example https://mar

Re: ld.so speedup (part 2)

2019-05-04 Thread Martin Pieuchot
On 27/04/19(Sat) 21:55, Nathanael Rensen wrote: > The diff below speeds up ld.so library intialisation where the dependency > tree is broad and deep, such as samba's smbd which links over 100 libraries. > > See for example https://marc.info/?l=openbsd-misc&m=155007285712913&w=2 > > See https://ma

Re: ld.so speedup (part 2)

2019-05-01 Thread Jeremie Courreges-Anglas
On Mon, Apr 29 2019, Stuart Henderson wrote: > On 2019/04/28 09:45, Brian Callahan wrote: >> >> >> On 4/28/19 6:01 AM, Matthieu Herrb wrote: >> > On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: >> > > > > > > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: >>

Re: ld.so speedup (part 2)

2019-04-29 Thread Stuart Henderson
On 2019/04/29 09:47, Chris Cappuccio wrote: > Stuart Henderson [s...@spacehopper.org] wrote: > > > > This doesn't match my experience: > > > > $ time sudo rcctl start samba > > smbd(ok) > > nmbd(ok) > > 0m00.81s real 0m00.31s user 0m00.31s system > > He was linking Samba with Kerbero

Re: ld.so speedup (part 2)

2019-04-29 Thread Chris Cappuccio
Stuart Henderson [s...@spacehopper.org] wrote: > > This doesn't match my experience: > > $ time sudo rcctl start samba > smbd(ok) > nmbd(ok) > 0m00.81s real 0m00.31s user 0m00.31s system He was linking Samba with Kerberos libs too.

Re: ld.so speedup (part 2)

2019-04-29 Thread Stuart Henderson
On 2019/04/28 09:45, Brian Callahan wrote: > > > On 4/28/19 6:01 AM, Matthieu Herrb wrote: > > On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: > > > > > > > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > > > > > > > > The diff below speeds up ld.so library i

Re: ld.so speedup (part 2)

2019-04-28 Thread Brian Callahan
On 4/28/19 6:01 AM, Matthieu Herrb wrote: On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: The diff below speeds up ld.so library intialisation where the dependency tree is broad and deep, such as samba's sm

Re: ld.so speedup (part 2)

2019-04-28 Thread Charlene Wendling
On Sun, 28 Apr 2019 13:04:22 +0200 Robert Nagy wrote: > On 28/04/19 12:01 +0200, Matthieu Herrb wrote: > > On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: > > > > >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen > > > > >> > wrote: > > > > >> > > The diff below sp

Re: ld.so speedup (part 2)

2019-04-28 Thread Robert Nagy
On 28/04/19 12:01 +0200, Matthieu Herrb wrote: > On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: > > > >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > > > >> > > The diff below speeds up ld.so library intialisation where the > > > >>dependency > > > >> > >

Re: ld.so speedup (part 2)

2019-04-28 Thread Matthieu Herrb
On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote: > > >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > > >> > > The diff below speeds up ld.so library intialisation where the > > >>dependency > > >> > > tree is broad and deep, such as samba's smbd which links

Re: ld.so speedup (part 2)

2019-04-28 Thread Stuart Henderson
> >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > >> > > The diff below speeds up ld.so library intialisation where the > >>dependency > >> > > tree is broad and deep, such as samba's smbd which links over 100 > >>libraries. Past experience with ld.so changes suggests it w

Re: ld.so speedup (part 2)

2019-04-27 Thread Otto Moerbeek
On Sun, Apr 28, 2019 at 01:57:46AM +, Ian McWilliam wrote: > > > On 28/4/19, 12:56 am, "owner-t...@openbsd.org on behalf of Otto Moerbeek" > wrote: > > >On Sat, Apr 27, 2019 at 04:43:14PM +0200, Otto Moerbeek wrote: > > > >> On Sat, Apr 27, 2019 at 04:37:23PM +0200, Antoine Jacoutot wrote:

Re: ld.so speedup (part 2)

2019-04-27 Thread Ian McWilliam
On 28/4/19, 12:56 am, "owner-t...@openbsd.org on behalf of Otto Moerbeek" wrote: >On Sat, Apr 27, 2019 at 04:43:14PM +0200, Otto Moerbeek wrote: > >> On Sat, Apr 27, 2019 at 04:37:23PM +0200, Antoine Jacoutot wrote: >> >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: >>

Re: ld.so speedup (part 2)

2019-04-27 Thread Otto Moerbeek
On Sat, Apr 27, 2019 at 04:43:14PM +0200, Otto Moerbeek wrote: > On Sat, Apr 27, 2019 at 04:37:23PM +0200, Antoine Jacoutot wrote: > > > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > > > The diff below speeds up ld.so library intialisation where the dependency > > > tree is

Re: ld.so speedup (part 2)

2019-04-27 Thread Otto Moerbeek
On Sat, Apr 27, 2019 at 04:37:23PM +0200, Antoine Jacoutot wrote: > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > > The diff below speeds up ld.so library intialisation where the dependency > > tree is broad and deep, such as samba's smbd which links over 100 libraries. > >

Re: ld.so speedup (part 2)

2019-04-27 Thread Antoine Jacoutot
On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote: > The diff below speeds up ld.so library intialisation where the dependency > tree is broad and deep, such as samba's smbd which links over 100 libraries. > > See for example https://marc.info/?l=openbsd-misc&m=155007285712913&w=2 >

ld.so speedup (part 2)

2019-04-27 Thread Nathanael Rensen
The diff below speeds up ld.so library intialisation where the dependency tree is broad and deep, such as samba's smbd which links over 100 libraries. See for example https://marc.info/?l=openbsd-misc&m=155007285712913&w=2 See https://marc.info/?l=openbsd-tech&m=155637285221396&w=2 for part 1 tha