[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Somethings about libraries..



On Fri, Nov 17, 2000 at 01:28:13PM +0530, Shridhar Daithankar wrote:
> Ideally I would expect that there would be one copy of each program code segment per CPU.
> But all this scheme doesn't work if code segment is writable, but I hope that's very rare.

You can play tricks with copy on writes and still share.

	-Arun