Re: OoO execution

Liste des GroupesRevenir à c arch 
Sujet : Re: OoO execution
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.arch
Date : 29. May 2025, 21:06:21
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <6e113c5312a5933bd51ff549a99b6869@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Rocksolid Light
On Thu, 29 May 2025 19:02:11 +0000, Thomas Koenig wrote:

Anton Ertl <anton@mips.complang.tuwien.ac.at> schrieb:
quadibloc <quadibloc@gmail.com> writes:

Eventually, IBM caught up with the Control
Data 6600 by perfecting pipelining in the IBM 360/91,
At the cost of about 3× the number of gates and power along with
a 60% increase in the clock rate (60ns versus 100ns). This advantage
vanished about the time of first /91 deliveries with CDC 7600 going
to a ~27ns clock along with pipelining and concurrent calculation.

                                                       and then
combining
it with cache in the 360/195.
A last gasp for leadership in Big number crunching for IBM.

                               From the Pentium II onwards, that's the
way computers are made nowadays.
Once everyone can afford the gates to make pipeline staging latches
it is the natural way for design. Prior to this point, the designers
were more focused on "getting it on in a single die" than getting
the highest possible performance--often limited by the speed of
the external interface more than calculations inside.

Pipelining and caches are already used on the MIPS R2000 in 1986, and
the 486 in 1989.
>
Or the 801.  That may have been the first machine to have
separate I- and D-caches (was it?)
Without disagreeing with the above::
MIPS R2000 (and R3000) had a unified cache--read twice per cycle on
clock high and clock low. R3000 was faster in writing (STs) to the
cache than R2000. Tablewalks in SW via a big hash table.
Mc68010 had a "loop buffer" of a couple handful of instructions.
Mc68020 had 256B instruction cache no TLB
Mc68030 had 256B I$ 256B D$ and ~32E TLB tablewalks in HW
Mc88100 had 16KB I$ with 64E TLB 16KB D$ with 64E TLB tablewalks
in HW.
CDC 6600 had a multi-word instruction stack 6600 and a significantly
larger instruction stack 7600 with backward branch prediction.
Base+Bounds memory protection 6600. Context switch in ~16 cycles
by writing out current state while reading in new state.
Many machines overlapped Fetch-DECODE with EXECUTE-WRITEBACK all the
way back to beginning as a 2 stage pipeline. This, alone, makes the
point where pipelining "took over" difficult to judge.

Date Sujet#  Auteur
17 May 25 * The Seymour Cray Era of Supercomputers59Thomas Koenig
17 May 25 `* Re: The Seymour Cray Era of Supercomputers58MitchAlsup1
18 May 25  +* Re: The Seymour Cray Era of Supercomputers44Thomas Koenig
18 May 25  i`* Re: The Seymour Cray Era of Supercomputers43Michael S
18 May 25  i +- Re: The Seymour Cray Era of Supercomputers1MitchAlsup1
19 May 25  i `* Re: The Seymour Cray Era of Supercomputers41quadibloc
19 May 25  i  `* Re: The Seymour Cray Era of Supercomputers40Lawrence D'Oliveiro
19 May 25  i   +* Re: The Seymour Cray Era of Supercomputers26quadibloc
19 May 25  i   i+* OoO execution (was: The Seymour Cray Era of Supercomputers)24Anton Ertl
19 May 25  i   ii+* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)8John Levine
19 May 25  i   iii`* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)7Anton Ertl
19 May 25  i   iii +* Re: OoO execution3Ze
20 May 25  i   iii i`* Re: OoO execution2Lawrence D'Oliveiro
20 May 25  i   iii i `- Re: OoO execution1MitchAlsup1
21 May 25  i   iii `* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)3George Neuner
21 May 25  i   iii  +- Re: OoO execution1Stefan Monnier
21 May 25  i   iii  `- Re: OoO execution1moi
19 May 25  i   ii+* Re: OoO execution3quadibloc
19 May 25  i   iii`* Re: OoO execution2Terje Mathisen
19 May 25  i   iii `- Re: OoO execution1Michael S
19 May 25  i   ii+* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)9Michael S
20 May 25  i   iii+- Re: OoO execution (was: The Seymour Cray Era of Supercomputers)1Lawrence D'Oliveiro
20 May 25  i   iii`* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)7Anton Ertl
30 May 25  i   iii `* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)6Michael S
30 May 25  i   iii  +* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)4Al Kossow
30 May 25  i   iii  i+* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)2Lawrence D'Oliveiro
31 May 25  i   iii  ii`- Re: OoO execution1MitchAlsup1
31 May 25  i   iii  i`- Re: OoO execution (was: The Seymour Cray Era of Supercomputers)1Anton Ertl
31 May 25  i   iii  `- Re: OoO execution (was: The Seymour Cray Era of Supercomputers)1Anton Ertl
29 May 25  i   ii`* Re: OoO execution (was: The Seymour Cray Era of Supercomputers)3Thomas Koenig
29 May 25  i   ii `* Re: OoO execution2MitchAlsup1
29 May 25  i   ii  `- Re: OoO execution1Lawrence D'Oliveiro
19 May 25  i   i`- Re: The Seymour Cray Era of Supercomputers1Lawrence D'Oliveiro
19 May 25  i   `* Re: The Seymour Cray Era of Supercomputers13Michael S
20 May 25  i    `* Re: The Seymour Cray Era of Supercomputers12Lawrence D'Oliveiro
20 May 25  i     `* Re: The Seymour Cray Era of Supercomputers11Michael S
20 May 25  i      +- Re: The Seymour Cray Era of Supercomputers1MitchAlsup1
20 May 25  i      `* Re: The Seymour Cray Era of Supercomputers9John Levine
20 May 25  i       +- Re: The Seymour Cray Era of Supercomputers1MitchAlsup1
21 May 25  i       `* Re: The Seymour Cray Era of Supercomputers7Michael S
21 May 25  i        +- Re: The Seymour Cray Era of Supercomputers1Lawrence D'Oliveiro
21 May 25  i        `* Re: The Seymour Cray Era of Supercomputers5John Levine
21 May 25  i         +* Re: The Seymour Cray Era of Supercomputers2Michael S
21 May 25  i         i`- Re: The Seymour Cray Era of Supercomputers1John Levine
25 May 25  i         `* Re: The Seymour Cray Era of Supercomputers2Lars Poulsen
25 May 25  i          `- Re: 360/44, The Seymour Cray Era of Supercomputers1John Levine
18 May 25  `* Re: The Seymour Cray Era of Supercomputers13Michael S
18 May 25   `* Re: The Seymour Cray Era of Supercomputers12MitchAlsup1
19 May 25    `* Re: The Seymour Cray Era of Supercomputers11Michael S
19 May 25     +- Re: The Seymour Cray Era of Supercomputers1Al Kossow
19 May 25     `* Re: The Seymour Cray Era of Supercomputers9MitchAlsup1
19 May 25      +* Re: The Seymour Cray Era of Supercomputers2Michael S
20 May 25      i`- Re: The Seymour Cray Era of Supercomputers1BGB
20 May 25      +* Re: The Seymour Cray Era of Supercomputers3Lawrence D'Oliveiro
20 May 25      i`* Re: The Seymour Cray Era of Supercomputers2MitchAlsup1
21 May 25      i `- Re: The Seymour Cray Era of Supercomputers1Lawrence D'Oliveiro
26 May 25      `* Re: The Seymour Cray Era of Supercomputers3Brian G. Lucas
26 May 25       `* Re: The Seymour Cray Era of Supercomputers2MitchAlsup1
27 May 25        `- Re: The Seymour Cray Era of Supercomputers1Al Kossow

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal