Subject: Re: Strange libc shared vs. unshared performance
To: None <cgd@alpha.bostic.com, chuck@maria.wustl.edu, torek@bsdi.com>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 11/14/1994 10:19:13
> Are the libc routines always shared at the same virtual address
> (or at least always on a 256 kbyte boundary)?
> 

Given the way the kernel determines the address at which to mmap() things,
this is certainly the case for each invocation of the same program.

-pk