Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!kddlab!cs.titech!titccy.cc.titech!necom830!mohta From: mohta@necom830.cc.titech.ac.jp (Masataka Ohta) Newsgroups: comp.unix.internals Subject: Re: Fundamental defect of the concept of shared libraries Message-ID: <216@titccy.cc.titech.ac.jp> Date: 20 May 91 20:02:41 GMT References: <213@titccy.cc.titech.ac.jp> <1991May20.090857@wsl.dec.com> Sender: news@titccy.cc.titech.ac.jp Organization: Tokyo Institute of Technology Lines: 14 In article <1991May20.090857@wsl.dec.com> mcnally@wsl.dec.com writes: >|> You don't know about hardware enough. Because address translation is time >|> consuming, fast cache is always indexed by virtual address. Thesedays, >|> virtually indexed cache is quite common. >|> So, if you want shared libraries, you can put it only on slower machines. >How about MIPS R3000/R4000? Maybe that's not fast enough. The primary cache of R4000 is virtually indexed and physically tagged. That is, it can't map different virtual addresses to a physical address. Masataka Ohta