Subject: Re: More info on shared library performance problem
To: None <port-sparc@NetBSD.ORG>
From: Ron Minnich <rminnich@mini.sarnoff.com>
List: port-sparc
Date: 11/22/1994 08:38:58
> Creating a new copy of libc.so and using it would cause there to only
> be one reference to its pages in core. It's possible that the SPARC
> pmap is handling multiple references to the same physical page very
> inefficiently.
could this be tlb thrashing? or the infamous vac-aliasing problem?
Time to do some code hunting. Anyone seen this on the other ports?
ron