home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12927 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.6 KB

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!eff!news.byu.edu!news.mtholyoke.edu!nic.umass.edu!dime!barrett
  2. From: barrett@astro.cs.umass.edu (Daniel Barrett)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: benchmarks: SAS 6.0 vs Aztec 5.2b
  5. Message-ID: <52753@dime.cs.umass.edu>
  6. Date: 1 Sep 92 00:00:08 GMT
  7. References: <paulk.1aqc@terapin.com> <BtuMn6.JvK@unx.sas.com>
  8. Sender: news@dime.cs.umass.edu
  9. Reply-To: barrett@astro.cs.umass.edu (Daniel Barrett)
  10. Organization: BLAZEMONGER INCORPORATED
  11. Lines: 24
  12.  
  13. In article <BtuMn6.JvK@unx.sas.com> walker@twix.unx.sas.com (Doug Walker) writes:
  14. >   #include <intuition/intuition.h>
  15. >   #include <graphics/gfxbase.h>
  16. >   #include <clib/alib_protos.h>
  17. >
  18. >With no GST, SAS/C version 6 takes 5.3 seconds to compile this file
  19. >(include files on hard disk, A3000/25).
  20. >With the GST generated but not loaded into RAM, SAS/C version 6 takes 
  21. >0.7 seconds to compile the same file.  After the GST is loaded into
  22. >RAM, it takes only 0.2 seconds to compile.
  23.  
  24.     Aztec C 5.2a takes 7.2 seconds to compile without precompiled
  25. headers, 1.3 seconds with precompiled headers, and 0.9 seconds with
  26. the compiled header file in RAD:.
  27.  
  28.     Aztec C is not "resident", so this timing includes the time
  29. for "cc" to be loaded from disk.  This is on a stock A3000T/25.
  30.  
  31.                                                         Dan
  32.  
  33.  //////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  34. | Dan Barrett -- Dept of Computer Science, Lederle Graduate Research Center |
  35. | University of Massachusetts, Amherst, MA  01003  --  barrett@cs.umass.edu |
  36.  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\/////////////////////////////////////
  37.