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: a07f3367d7,99210dd26e04d959 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Nicholas Paul Collin Gloster Newsgroups: comp.lang.ada Subject: Re: Loops and parallel execution Date: Mon, 7 Feb 2011 11:43:39 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <4d3eeef7$0$6879$9b4e6d93@newsspool2.arcor-online.net> <4d3f0a1d$0$6993$9b4e6d93@newsspool4.arcor-online.net> <1ge2i0esmav4i$.1jv4tflkkh9rf.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 7 Feb 2011 11:43:39 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="kheEuXGHhE2Z5eF1gAST+A"; logging-data="464"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Az5bRfVxY2jA/DvSd4c2giSrxsxRZbTFVLWGX4xNhXQ==" User-Agent: slrn/0.9.8.1pl1 (Linux) Cancel-Lock: sha1:HIK6jk3VsoAgEF8CBDlMwygiJq8= Xref: g2news1.google.com comp.lang.ada:16922 Date: 2011-02-07T11:43:39+00:00 List-Id: On 2011-02-06, Yannick Duch�ne sent: |--------------------------------| |"[..] | |> Instruction-level parallelism?| |Like in graphic cards ?" | |--------------------------------| Like in pipelined C.P.U.s: the C.P.U. can fetch one instruction while an earlier instruction is being executed.