home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / misc / 19300 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  2.7 KB

  1. Path: sparky!uunet!paladin.american.edu!gatech!swrinde!network.ucsd.edu!sdcc12!icogsci1!cg18ffl
  2. From: cg18ffl@icogsci1.ucsd.edu (Spumoni...)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: 3000 Performance results
  5. Message-ID: <42976@sdcc12.ucsd.edu>
  6. Date: 2 Jan 93 08:11:44 GMT
  7. Sender: news@sdcc12.ucsd.edu
  8. Followup-To: comp.sys.amiga.misc
  9. Organization: University of California, San Diego
  10. Lines: 48
  11. Nntp-Posting-Host: icogsci1.ucsd.edu
  12.  
  13.  
  14.     Since I have gotten a few requests to report information on ways to
  15. speedup the 3000, I'll outline what I've learned from various posters, in the
  16. hopes this info will help somebody out there.
  17. (I'd like to thank Daniel Barrett, Ed Brown, James P. Schaeffer, and Mike
  18. Noreen for the helpful hints)
  19.  
  20. 1) Copy the ROM to 32-bit ram. The command for this is 'cpu fastrom'. If you
  21. have a softkicked 3000 this will not be necessary, as the ROM is already
  22. resident in memory. This makes some OS operations a bit faster, window
  23. redrawing is a bit snappier. (correct me if this is a result of turning the
  24. caches on)
  25.  
  26. 2) Using the same setcpu command, you can turn on the instruction and data
  27. caches (and burst modes) of the 68030. Certain operations are thus speeded up
  28. by about 10%, but the caches can cause incompatibilities, especially with the
  29. module replaying routines used in many games. You'll know when they start
  30. missing notes to turn the caches off. Oh, the command for this would be 
  31. 'setcpu cache burst' (tack on #1 if desired)
  32.  
  33. 3) This is one that is probably common knowledge. Use CpuBlit (by Eddy
  34. Carroll) to let the cpu handle text scrolling. It will be much faster, many
  35. times even faster than 20-30 percent. It also eliminates 'bitplane flashing'
  36. by blitting bitplanes 4 at a time. CpuBlit comes as part of the Ncomm2.0 and
  37. Term 2.4b comm programs.
  38.  
  39. 4) Issue the command 'addbuffers <name of HD partition>: 230.' Stick this
  40. early in your s-s or issue it from the CLI. I was surprised at how much this
  41. speeded up the disk accesses. Reading large directories consumed noticably
  42. less time. 
  43.  
  44. 5) For those of you with the newer RAMSEY revisions (use Sysinfo 3.01 to test
  45. this) there is also a setting, I think, called 'page detect mode on'. This
  46. will give an additional speedup of about 10%. However, on older A3000's (and
  47. even new ones, like mine (!)) turning on this feature (due to a mysterious bug
  48. in Ramsey) will cause weird and wonderful GURUs. If you want to mess with it,
  49. use a program like ScRAMmer to play around with the Ramsey settings.
  50. Otherwise, leave it alone. (see why I put it last? :))
  51.  
  52. Hmm, I think this about covers it. If any of you have any corrections,
  53. additions, or comments, shoot. I'm not afraid to duck. :)
  54.  
  55.  
  56. -------------------------------------------
  57. ...nverenin@sdcc13.ucsd.edu
  58.  
  59.  
  60.  
  61.