home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!news.dell.com!swrinde!sdd.hp.com!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!apple!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: benchmarks: SAS 6.0 vs Aztec 5.2b
- Message-ID: <paulk.1bma@terapin.com>
- Date: 1 Sep 92 08:34:03 GMT
- References: <52753@dime.cs.umass.edu>
- Organization: BBS
- Lines: 20
-
- > > #include <intuition/intuition.h>
- > > #include <graphics/gfxbase.h>
- > > #include <clib/alib_protos.h>
-
- > > With no GST, SAS/C version 6 takes 5.3 seconds to compile this file
- > > (include files on hard disk, A3000/25). With the GST generated but
- > > not loaded into RAM, SAS/C version 6 takes 0.7 seconds to compile
- > > the same file. After the GST is loaded into RAM, it takes only 0.2
- > > seconds to compile.
-
- > Aztec C 5.2a takes 7.2 seconds to compile without precompiled
- > headers, 1.3 seconds with precompiled headers, and 0.9 seconds with
- > the compiled header file in RAD:.
- >
- > Aztec C is not "resident", so this timing includes the time for
- > "cc" to be loaded from disk. This is on a stock A3000T/25.
-
- With the precompiled headers and source in RAM: and the executables
- preloaded with Rez 0.5, I get 6.7 seconds without precompilation and
- 0.33 seconds with.
-