From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7d2c8b4487ef2145 X-Google-Attributes: gid103376,public From: jhopper@erinet.com (Jim Hopper) Subject: Re: Ada versus Java - Tasking Date: 1997/01/21 Message-ID: <5c12ah$cq3@server1.erinet.com>#1/1 X-Deja-AN: 211210213 sender: -Not-Authenticated-[4123] references: <01bc03ee$594dc520$829d6482@joy.ericsson.se> <32DFC320.41C67EA6@innocon.com> <5bv7am$19c@server1.erinet.com> <5bvtek$2b06@info4.rus.uni-stuttgart.de> organization: EriNet Online 513 436-1700 (Voice) xdisclaimer: User not authenticated newsgroups: comp.lang.ada Date: 1997-01-21T00:00:00+00:00 List-Id: In article <5bvtek$2b06@info4.rus.uni-stuttgart.de> michael@ifr.luftfahrt.uni-stuttgart.de (Michael Paus) writes: > Hi, > > I just ran the tasking example on a PentiumPro 200 with Linux and > GNAT 3.07 and got an average execution time of 2.75 sec. > > Michael > > -- > ------------------------------------------------------------------------ > --Dipl.-Ing. Michael Paus (Member: Team Ada) on my 180mhz powermac 8500 i get (with gnat 3.07) using -O2 [compiling with -03 and -gnatp shave about .3 seconds off this time] now if i can just get the mac tasking to use the new multiprocessor api so i can use that second 180mhz processor un my 8500 ;-) hopper@CodeBuilder% prod_cons 2.316654000 hopper@CodeBuilder% prod_cons 2.316654000 hopper@CodeBuilder% prod_cons 2.316694000 hopper@CodeBuilder% prod_cons 2.300028000 hopper@CodeBuilder% prod_cons 2.316654000 jim