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

  1. Path: tomtec.abg.sub.org!judas
  2. From: judas@tomtec.abg.sub.org (Th.Huber)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re:   >>>>>>> The Future: Amiga goes PC
  5. Distribution: world
  6. Message-ID: <judas.0h2x@tomtec.abg.sub.org>
  7. References:  <john.hendrikx.42md@grafix.xs4all.nl>
  8. Date: 2 Jan 96 22:37:57 MET
  9.  
  10. In article <john.hendrikx.42md@grafix.xs4all.nl> john.hendrikx@grafix.xs4all.nl (John Hendrikx) writes:
  11. >In a message of 26 Dec 95 Th.huber wrote to All:
  12.  
  13. >Get a clue, AKIKO uses slow $dffxxx-type registers, so the first 2 moves are
  14. >just as slow as ChipRAM moves.
  15.  
  16. Yep, $dffxxx registers are slow, that`s true. But I`m refering to machines I know:
  17.  
  18. - A1200 with 68030/50Mhz with overdrive CDROM.
  19.  
  20. - CD32 expanded with keyboard and 68030/50Mhz.
  21.  
  22. (On sysinfo both machines show equal speed values.)
  23.  
  24. I tried many C2P-codes, but noone could beat the 3.1 OSfunktion on the CD32.
  25.  
  26. In my opinion this results by the high number of cache misses you get with C2P by CPU.
  27. Most values are read once, thus not cacheable. Instructioncache is very effective
  28. with most of the C2Pcodes, but it doesn`t give such a boost that you could reach
  29. akikos registers.
  30.  
  31.