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

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!decwrl!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: benchmarks: SAS 6.0 vs Aztec 5.2b
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BtuMn6.JvK@unx.sas.com>
  8. Date: Mon, 31 Aug 1992 12:57:05 GMT
  9. References:  <paulk.1aqc@terapin.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 43
  13.  
  14.  
  15. In article <paulk.1aqc@terapin.com>, paulk@terapin.com (Paul Kienitz) writes:
  16. |> This is on an A3000/25 with SCRAM and all caches and bursts enabled.
  17. |> Compiling typically took 9.6 seconds total, linking 2.4 seconds --
  18. |> Aztec still has the edge in producing results quickly, even if it no
  19. |> longer has an edge in producing results that are quick.  Doug told me
  20. |> SAS takes 13.6 seconds to compile without optimization, 27 seconds
  21. |> with.
  22.  
  23. That 13.6 seconds was to compile *and link*, so compare it to 12.0
  24. seconds for Aztec C.
  25.  
  26. If I use the GST feature (equivalent to precompiled headers) it
  27. drops to 10.7 seconds.  (I know from Paul's mail that he didn't 
  28. use the precompiled header feature of Aztec C, so I don't know
  29. the comparison there.)  GSTs don't help much because there aren't
  30. many header files for the benchmark.
  31.  
  32. A more interesting test for the GST feature is the following file:
  33.  
  34.    #include <intuition/intuition.h>
  35.    #include <graphics/gfxbase.h>
  36.    #include <clib/alib_protos.h>
  37.  
  38. With no GST, SAS/C version 6 takes 5.3 seconds to compile this file
  39. (include files on hard disk, A3000/25).
  40.  
  41. With the GST generated but not loaded into RAM, SAS/C version 6 takes 
  42. 0.7 seconds to compile the same file.  After the GST is loaded into
  43. RAM, it takes only 0.2 seconds to compile.
  44.  
  45. For comparison, V5 takes 5.9 seconds to compile without precompiled
  46. headers and 2.2 seconds with precompiled headers.
  47.  
  48. -- 
  49.   *****
  50. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  51.  *|. o.| ||                                          1200/2400/9600 Dual
  52.   | o  |//     For all you do, this bug's for you!
  53.   ====== 
  54. usenet: walker@unx.sas.com                            bix: djwalker 
  55. Any opinions expressed are mine, not those of SAS Institute, Inc.
  56.  
  57.