home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4289 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.eunet.fi!fipnet!kone!jsaarinen
  2. Newsgroups: comp.sys.amiga.programmer
  3. X-NewsReader: IntuiNews 1.2b (31.7.94)
  4. References: <38232623@kone.fipnet.fi> <4gmlg9$jo3@serpens.rhein.de>
  5. From: "Jyrki Saarinen" <jsaarinen@kone.fipnet.fi>
  6. Date: Mon, 26 Feb 96 21:30:09 UT
  7. Comments: Illegal date header - new date added by quicknews
  8. X-Original-Date: Mon, 26 Feb 96 19:47:21 
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: binary
  12. Subject: Re: One hardware-basher's manifesto
  13. Message-ID: <38232688@kone.fipnet.fi>
  14.  
  15.  
  16. > .. and the CPU. A 040 does always use bursts for cachable data, the only
  17. > way to turn bursts off is to disable the cache and _that's_ slowing down
  18. > everything significantly. Disabling bursts almost never helps.
  19.  
  20. Yep. That is what I noticed on my Warp Engine with 4-2-2-2 memory
  21. system, but I _know_ in certain situtations, like A3640
  22. and texture mapping it really is better to turn data cache
  23. and thus "reading 16 bytes at a time" -off. A3640 with 7-7-7-7
  24. memory takes 28 cycles for one texel that does not come from
  25. the cache ... aaaaaaaaaaaaaaaaargh. That is as bad as on
  26. 486s, they have the problem with texture mapping that 
  27. the inner loop may vanish from the cache when a cache miss
  28. occurs.. 
  29.  
  30. > The 030 can use its caches even without bursting. There the advantages
  31. > and disadvantages depend on the probabilities for cycles wasted by
  32. > bursts and that's a function of the memory system.
  33.  
  34. So the 030 can have this "read 16 bytes" feature if data burst
  35. is on, too?
  36.  
  37. --                               _
  38. a Stellar programmer          _ //
  39. "Amiga - back for the future" \X/
  40.