home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5549 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.5 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!natinst.com!natinst.com!not-for-mail
  2. From: glens@natinst.com (Glen Sescila)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: 16-bit RAM Access on Falcon ?
  5. Date: 9 Nov 1992 10:09:20 -0600
  6. Organization: National Instruments, Austin, TX
  7. Lines: 25
  8. Distribution: eunet
  9. Message-ID: <1dm2fgINN3l3@falcon.natinst.com>
  10. References: <1992Nov1.183817.15596@rhrk.uni-kl.de> <1992Nov5.213100.423@prime.mdata.fi> <1992Nov8.132805.1903@rhrk.uni-kl.de>
  11. NNTP-Posting-Host: falcon.natinst.com
  12.  
  13. In article <1992Nov8.132805.1903@rhrk.uni-kl.de> peter@rhrk.uni-kl.de (Gunter Bitz) writes:
  14.  
  15. >I don't know what Qindex does, but I testet the following:
  16. >A short loop (which fits completely in the processor cache) like that:
  17. >ll:
  18. >    move.w    d0,(a0)+
  19. >    dbf    d7,ll
  20. >and another like
  21. >ll:
  22. >    move.l    d0,(a0)+
  23. >    dbf    d7,ll
  24. >
  25. >The result was that filling the same amount of memory with longwords is a bit
  26. >faster than filling with words, but not twice as fast as it should be on a
  27. >r e a l   32 bit machine. I'm sorry about that
  28.  
  29.     Are you sure your data started on a longword boundry?  If it wasn't,
  30. that would explain why it was not twice as fast.
  31.  
  32. -----------------------------------------------------------------------------
  33. "Now You're Playing With Power Without The Price!"  Glen Sescila   |||
  34.                                                                   / | \
  35. My opinions do not necessarily reflect those of my employer and probably are
  36. exact opposites.    InterNet: glens@natinst.com
  37. -----------------------------------------------------------------------------
  38.