home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!deccrl!news.crl.dec.com!rdg.dec.com!decvax.dec.com!decvax!strange
- From: strange@zk3.dec.com (Steve Strange)
- Newsgroups: comp.sys.mac.hardware
- Subject: Re: Why is the IIsi so slow?
- Message-ID: <STRANGE.92Jul31102242@hang.dec.com>
- Date: 31 Jul 92 17:22:42 GMT
- References: <28JUL199210575544@utkvx2.utk.edu>
- <1992Jul30.141541.6529@ccu.umanitoba.ca> <14760@umd5.umd.edu>
- <15a65qINN8mc@mohawk.cs.utexas.edu>
- Sender: usenet@decvax.dec.com (Usenet News System)
- Organization: Digital Equipment Corp.
- Lines: 36
- In-Reply-To: newton@cs.utexas.edu's message of 30 Jul 1992 20:48:42 -0500
- Nntp-Posting-Host: hang.zk3.dec.com
-
- In article <15a65qINN8mc@mohawk.cs.utexas.edu> newton@cs.utexas.edu (Peter Newton) writes:
-
- Several people have said that the IIsi runs faster when its cache
- is set to a large value. I have been told that this has something to
- do with the lack of video RAM in the IIsi-- the CPU and video compete
- for memory access. If this is true, how does changing the RAM cache
- speed things up? Is it not the case that all of the memory is on the
- same bus? Also, RAM devoted to the cache is still in use, right?
-
- Well, the IIsi runs at 20Mhz, and the SE/30 at 16Mhz. So ideally, the
- si is a little faster. What makes it appear slower is the slower
- screen updates. The RAM devoted to the cache is still in use, but it
- is being referenced far less than the RAM in which the system code
- resides. If I understand the architecture correctly, the cache RAM is
- accessed only in situations where the disk would have been accessed
- had the cache not been there. And code is never executed directly out
- of the cache -- instead, the needed data is copied out of the cache
- and into memory somewhere else, in some sizeable chunk. So it's a
- matter of frequency of access. The cache RAM is accessed far less
- frequently than the RAM in which system code and data reside. Hope
- this helps.
-
- BTW, if you put color on an SE/30, you necessarily need to buy a video
- board. If you buy a video board for the IIsi, the memory contention
- problem goes away, as the screen buffer memory is on the board. You'd
- also get an FPU for the IIsi that way -- the SE/30 has one built in
- (another reason that machine may seem faster).
-
- Steve
- --
- +---------------------------------------------------------------------------+
- | Steve Strange | Opinions expressed are my own and not |
- | Digital Equipment Corp. | necessarily those of my employer, or |
- | Nashua, NH 03062-2698 | of anyone else, for that matter. |
- | strange@zk3.dec.com | |
- +---------------------------------------------------------------------------+
-