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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,edda2b296e2577cf X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f20g2000yqi.googlegroups.com!not-for-mail From: Julian Leyh Newsgroups: comp.lang.ada Subject: Re: GNAT's Protected Objects Date: Tue, 9 Nov 2010 03:17:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <440b5d0a-b27a-4cce-9dd6-89d8bb4cf870@f20g2000yqi.googlegroups.com> References: <4af1a5f4-7bf3-47ee-af67-db50e589e7a8@n32g2000pre.googlegroups.com> <7312123d-3308-45ce-8d8c-89c0df588a81@j25g2000yqa.googlegroups.com> NNTP-Posting-Host: 194.156.172.86 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1289301467 19036 127.0.0.1 (9 Nov 2010 11:17:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Nov 2010 11:17:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f20g2000yqi.googlegroups.com; posting-host=194.156.172.86; posting-account=4IMjSwoAAABghF4GBOy5ozdaZM8EkGwR User-Agent: G2/1.0 X-HTTP-Via: 1.0 localhost (squid/3.1.3) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:15401 Date: 2010-11-09T03:17:47-08:00 List-Id: On 9 Nov., 11:18, Egil H=F8vik wrote: > This should give you a nice speedup :) It does speed up for me (4 cores): ./mp_mult_po Num processors 4 1 2.932879000 2 1.766932000 3 1.709863000 4 1.644133000 5 1.640042000 6 1.638109000 7 1.654792000 8 1.649010000 9 1.668256000 ./mp_mult_po_temp Num processors 4 1 1.872175000 2 1.012354000 3 0.756265000 4 0.604188000 5 0.665729000 6 0.673635000 7 0.697494000 8 0.571397000 9 0.689898000