home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / hardware / 22043 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  2.8 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!msus1.msus.edu!msus1.msus.edu!news
  2. Newsgroups: comp.sys.amiga.hardware
  3. Subject: Re: Data/Instruction Cache & BURST modes on 68030? Why/when?
  4. Message-ID: <1992Dec24.114549.1953@msus1.msus.edu>
  5. From: lkoop@TIGGER.STCLOUD.MSUS.EDU (LaMonte Koop)
  6. Date: 24 Dec 92 11:45:48 -0600
  7. Reply-To: lkoop@TIGGER.STCLOUD.MSUS.EDU
  8. References: <hellerS.724958427@batman> <72192@cup.portal.com>,<1992Dec22.212901.860@samba.oit.unc.edu>
  9. Organization: SCS GP/Engineering Cluster
  10. Nntp-Posting-Host: tigger.stcloud.msus.edu
  11. Lines: 43
  12.  
  13. In article <1992Dec22.212901.860@samba.oit.unc.edu>, Keith.Radley@launchpad.unc.edu (Keith Radley) writes:
  14. >>You should leave the setting  alone!  A small tutorial is in order!
  15. >>SetPatch will setup the system correctly so that the caches and burst
  16. >>are correct for the Amiga. 
  17. >> 
  18. >>several long words of data.  This happens faster than if each long
  19. >>word was a separate access.  This pre-loads the cache and allows you
  20. >>to get extra 'hits' on the instruction cache(or data cache).  There
  21. >>are times(code that branches) where this might slow down the cpu, but
  22. >>in general it wil speed it up slightly.
  23. >> 
  24. >>The 68020 has a single cache for data and instructions, the 68030
  25. >>has separate ones.  The cache size in this case is 256 bytes.  The
  26. >>68040 has 4096 byte caches for instruction and for data.
  27. >> 
  28. >>There are no such things as stupid, dumb, or ignorant questions, just
  29. >>stupid, dumb, or ignorant people that will not ask questions.
  30. >
  31. >Thanks a lot for this info.  I have always known about the cache and when
  32. >I use sysinfo it says data cache off so I put a command in my SS to turn
  33. >it on thinking I was missing something.  I guess I'll turn it off.  Since
  34.  
  35.     Wait a minute.   Under most circumstances, you should turn the data cache
  36. ON for best performance.  It is the BURST mode of that cache which will 
  37. generally not afford you much.  Instruction Cache BURST mode should be 
  38. enabled.
  39.     Do note though that in order for BURST mode on either cache to actually
  40. have effect, you must have a RAM subsystem capable of being utilized in this
  41. mode.  If not, enabling BURST mode on either cache in the 68030 will not
  42. have any effect at all (it will be ignored).
  43.  
  44. >you are answering questions can you tell me what mungwall and enforcer
  45. >are? I know people mention using it on a 3000 cause it needs an MMU. 
  46. >Thanks for being helpful!
  47.  
  48. Mungwall and Enforcer are debugging aids for programmers that help in finding
  49. problems with software under development.
  50.  
  51.                  ----------------------------------------
  52.            LaMonte Koop -- SCSU Electrical/Computer Engineering
  53.  Internet: lkoop@tigger.stcloud.msus.edu -OR- f00012@kanga.stcloud.msus.edu
  54.               "You mean you want MORE lights on this thing???"
  55.  ---------------------------------------------------------------------------
  56.