From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ronald G Minnich To: <9fans@cse.psu.edu> Subject: Re: [9fans] Virtual memory & paging In-Reply-To: <871yg0ln64.fsf@becket.becket.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Tue, 5 Feb 2002 09:06:20 -0700 Topicbox-Message-UUID: 4c81a762-eaca-11e9-9e20-41e7f4b1d025 > geoff@collyer.net writes: > > Given that degree of sharing, the low cost of RAM, and the increase in > > OS complexity, slowness and insecurity in the implementations of > > dynamic libraries that I've seen, I don't see a need for dynamic > > libraries. and in the worst case you'll end up where GNU is now, with symbol versioning, 21 different versions of opendir in glibc, and so on an so on. Watching a simple 'ls' do hundreds of symbol fixups is really enlightening. Especially when so many of them are for the same symbol with slight variations on the name. My simple, formerly working, libc-based private name spaces are still totally hosed due to this nonsense. ron