home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12708 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: SASC 6.0 (food for thought)
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BtLDsK.z9@unx.sas.com>
  8. Date: Wed, 26 Aug 1992 13:07:32 GMT
  9. References: <25440014@hpsad.sad.hp.com> <BtHqsn.Cyv@unx.sas.com> <1992Aug25.011316.708@crd.ge.com> <BtJLKF.KAL@unx.sas.com> <1992Aug25.163419.6513@ccu.umanitoba.ca> <BtJw33.A64@unx.sas.com> <1992Aug25.221919.12437@ccu.umanitoba.ca>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 32
  13.  
  14.  
  15. In article <1992Aug25.221919.12437@ccu.umanitoba.ca>, kaarts@ccu.umanitoba.ca (Kenneth John Aarts) writes:
  16. |> In general, what is the average speedup for a generic program by generating
  17. |> 030 specific code?
  18.  
  19. It depends on what the program is doing and how it is doing it.
  20. The '030 has a lot of new addressing modes, so if you are doing
  21. a lot of memory-indirect references it could speed you up.
  22.  
  23. I got curious and tried the Dhrystone 2.0 benchmark on my A3000.
  24. I got the following results:
  25.  
  26.       V5.10, 68000:   6362.7 Dhrystones/sec
  27.  
  28.       V5.10, 68030:   7287.4       "
  29.  
  30.       V6.0,  68000:   8039.4       "
  31.  
  32.       V6.0,  68030:   8708.3       "
  33.  
  34. This was with full optimization and registerized parameters
  35. in both versions.
  36.  
  37. -- 
  38.   *****
  39. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  40.  *|. o.| ||                                          1200/2400/9600 Dual
  41.   | o  |//     For all you do, this bug's for you!
  42.   ====== 
  43. usenet: walker@unx.sas.com                            bix: djwalker 
  44. Any opinions expressed are mine, not those of SAS Institute, Inc.
  45.  
  46.