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,a5681531ca1cf09e X-Google-Attributes: gid103376,public From: jhopper@erinet.com (jim hopper) Subject: Re: Tasking performance between Ada83 and Ada95 Date: 1997/06/07 Message-ID: <5napnp$8qe@eri.erinet.com>#1/1 X-Deja-AN: 246701211 Sender: -Not-Authenticated-[4451] References: <1997Jun6.115223.7384@relay.nswc.navy.mil> Organization: EriNet Online 513 436-1700 (Voice) XDisclaimer: User not authenticated Newsgroups: comp.lang.ada Date: 1997-06-07T00:00:00+00:00 List-Id: In article <1997Jun6.115223.7384@relay.nswc.navy.mil> mrose@nswc.navy.mil (Mike Rose) writes: > I am checking the performance between Ada83 and Ada95 using the Tasking > Benchmarks written by Thomas Burger from the PAL. > > The Compilers I'm using are for Ada95 - GNAT v3.07 and for > Ada83 - Alsys Adaworld v5.5.4. The operating system is HP UX v10.10. > > Each test was run with the creation of 500 tasks. > > In comparing the results between the two compilers, I found that the tasking > performance is much slower with GNAT than with Alsys, every test was at least > 10 times slower and some were much more. > > Our software depends heavily on tasking. Is there any way to improve the > tasking performance with GNAT ?