home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / misc / 14928 < prev    next >
Encoding:
Text File  |  1992-08-16  |  6.0 KB  |  130 lines

  1. Newsgroups: comp.sys.mac.misc
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!nntp-server.caltech.edu!hyongel
  3. From: hyongel@cco.caltech.edu (Hyong Chol Lee)
  4. Subject: Re: Information on: The IIvi, IIvx, and Performa 600
  5. Message-ID: <1992Aug17.013025.3028@cco.caltech.edu>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: bartman
  8. Organization: California Institute of Technology, Pasadena
  9. References: <1992Aug16.210017.1816@risky.ecs.umass.edu>
  10. Date: Mon, 17 Aug 1992 01:30:25 GMT
  11. Lines: 117
  12.  
  13. breck@ganzer.ecs.umass.edu () writes:
  14.  
  15. >Someone emailed to me (Liam Breck):
  16. >> in comp.sys.mac.misc you write:
  17. >> > The IIsi's only advantages are slightly better CPU speed (not a big
  18. >> > enough difference to notice in real time use, but you will notice the
  19. >> > disappointing screen redraw speed) and the ability to plug in Nubus
  20. >> > cards, again, not an issue because the LCII is a very popular machine,
  21. >> > so there are a lot of cards for its PDS (processor direct slot).
  22. >>
  23. >> You want to justify this? The si uses a 32 bit bus, not a 16 bit bus, so is
  24. >> about twice as fast. Same reason an SE/30 is twice as fast as an LCII. Also
  25. >> an LCII has max memory of 10MB. That doesn't leave much room for expansion.
  26. >> I have 8MB on my SE/30 right now and plan to go to 20MB in a month or so.
  27. >> I'd be pissed off if my machine maxed out at 10MB.
  28.  
  29. >This is a common misconception.  Actually, the IIsi is about 28%
  30. >faster, which is not enough to notice in most real-time applications.
  31.  
  32. from Speedometer 3.06
  33.  
  34. test             iisi        lc
  35.  
  36. cpu            5.4        3.3
  37. b/w graphics          6.1         4.3
  38. math (integer+f.p)    6.1        3.8
  39.  
  40. dhrystone        5.0        2.2
  41. sieve            6.9        4.4
  42.  
  43. From the numbers above, it would seem that the iisi is between 50% and 100%
  44. faster than an lc. The lcii is about 10-20% faster than an lc, due to the fact
  45. that an 030 has an onboard mmu and therefore takes one less cycle to execute
  46. most instructions than the 020 in an lc. --> iisi is between 25% and 70% faster
  47. than an lcii at most things. I don't know where this 28% number came from. 
  48.  
  49. >processor speed beetween the two machines -- 16MHz vs. 25MHz.  The
  50.  
  51. The iisi runs at 20 Mhz. That would make a 25% difference, if it weren't for 
  52. the fact that the lcii has a 16 bit data bus vs. the 32 bit data bus on the 
  53. iisi. Although the effect halving the data bus is difficult to predict in
  54. general, it will range from 0% (entire program in the 020 cache - not likely)
  55. to reduction of relative preformance by 1/3-1/2 (for programs which have 0
  56. cache hits - also not very likely). In general, the lcii seems to run at 2/3 
  57. - 3/4 the speed of an se/30, which also runs an 030 at 16 Mhz with vrams. So,...
  58. it seems that halving the data bus (the se/30 has a 32 bit data bus) reduces
  59. general performance by 1/4 to 1/3. That would mean that the lcii should be
  60. about 1/2 the speed of a iisi (030 running at 20 Mhz w/ 32 bit data bus). The
  61. exception is something like 8-bit graphics, which should run about the same
  62. speed on both machines due to the fact that Apple decided to use drams on the
  63. iisi as video memory instead of using vrams as they should have. The slowdown
  64. caused by the video contention in the video memory of the iisi is about the 
  65. same (apparently) as slowing the 030 down to 16 Mhz and putting it on a 16 bit
  66. bus with no memory contention (as in the lcii with vrams).
  67.  
  68.  
  69. >*IIci* is something like twice as fast as the LCII since it's clock
  70. >speed is 33MHz. 
  71.  
  72. The iici runs at 25 Mhz and is about twice as fast as an lcii, even with the
  73. memory contention in the video memory. 
  74.  
  75. >The bandwidth of the memory bus is really not
  76. >critical in personal computers, 'cause other bottlenecks hold things
  77. >up before the bus width does.
  78.  
  79. If the memory bandwidth of a machine was not significant, cache cards wouldn't
  80. help. As it is, they do - so memory bandwidth is important. An 030 has a minimum
  81. 2 clock cycle memory access time. Most macs (including the lcii and iisi) have
  82. a main memory access time of 5 cycles. The iisi compensates for that a bit by
  83. having burst cycles where it reads 4 32-bit words in 11 cycles (5 cycles for the
  84. first word and 2 cycles each for the other 3). The lcii doesn't have this
  85. feature (I think that is because burst reads require a 32 bit data bus). The
  86. most convincing argument that memory bandwidth is important is that an se/30 is
  87. about 50% faster than an lcii, even though the clock speeds are the same.
  88.  
  89.  
  90.   For instance, the 80386 is only 4%
  91. >faster than the 80386sx, which has a 16-bit external memory path.
  92.  
  93. 4% faster doing what? With which program(s). I seriously doubt that the 386sx
  94. is 96% of the speed of a 386dx in most cases.
  95.  
  96. >It's the same in the case of the Macs; you'll find that the original
  97. >Mac II is only 4% faster than the original LC (both 020s at 16MHz).
  98.  
  99. I seem to remember the mac ii being faster than that, but I don't have any
  100. numbers in front of me ..
  101. .
  102. >A really critical issue, though, is screen redraw time, since most
  103. >real-time apps (word processors, drawing apps, the finder, etc.)
  104. >redraw the screen a lot.  The LCII uses the latest Apple on-board
  105. >video standard, which includes dedicated, dual-ported VRAM.  The same
  106. >stuff that the Quadras use, only pared down for the LCII.  It's very
  107. >fast compared to using the main memory for video (the IIsi and IIci do
  108. >this).  You can speed up video on the latter machines by making your
  109. >RAM cache huge, but that's another subject, see one of the columns in
  110. >the current MacWorld (sorry, forget which one) for more info.
  111.  
  112. This is true, but the lcii is hobbled by a 16 bit data bus. In 8-bit (256 color)
  113. mode, the lcii is about as slow as a iisi. For b/w, 4 color, and 16 color modes,
  114. the lcii is significantly slower, since the slowdown in the iisi's video tracks
  115. the number of colors on screen.
  116.  
  117. >Another point about video...  Since the LCII can use a low cost VGA
  118. >monitor (I got a Trinitron screen for $350) it really lets you save on
  119. >the monitor.  To get the same quality on a IIsi, expect to shell out
  120. >the bucks!
  121.  
  122. Unfortunately, this is very true!
  123.  
  124. >Liam Breck     breck@zonker.ecs.umass.edu
  125.  
  126.             - hyong
  127. hyongel@jomby.cco.caltech.edu
  128.  
  129.  
  130.