Re: Is Intel exceptionally unsuccessful as an architecture designer?

Liste des GroupesRevenir à c arch 
Sujet : Re: Is Intel exceptionally unsuccessful as an architecture designer?
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1)
Groupes : comp.arch
Date : 23. Sep 2024, 23:58:20
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <23d9473740db6c0ecc7e1d4a2179c75e@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
User-Agent : Rocksolid Light
On Mon, 23 Sep 2024 21:35:53 +0000, Chris M. Thomasson wrote:

On 9/23/2024 1:59 PM, MitchAlsup1 wrote:
On Mon, 23 Sep 2024 7:53:36 +0000, Michael S wrote:
>
On Mon, 23 Sep 2024 01:34:55 +0000
mitchalsup@aol.com (MitchAlsup1) wrote:
>
On Mon, 23 Sep 2024 0:53:35 +0000, jseigh wrote:
>
On 9/22/2024 5:39 PM, MitchAlsup1 wrote:
>
Speaking of memory models, remember when x86 didn't have
a formal memory model.  They didn't put one in until
after itanium.  Before that it was a sort of processor
consistency type 2 which was a real impedance mismatch
with what most concurrent software used a a memory model.
>
When only 1 x86 would fit on a die, it really did not mater
much. I was at AMD when they were designing their memory
model.
>
Joe Seigh
>
>
Why # of CPU cores on die is of particular importance?
>
Prior to multi-CPUs on a die; 99% of all x86 systems were
mono-CPU systems, and the necessity of having a well known
memory model was more vague. Although there were servers
with multiple CPUs in them they represented "an afternoon
in the FAB" compared to the PC oriented x86s.
>
That is "we did not see the problem until it hit us in
the face." Once it did, we understood what we had to do:
presto memory model.
>
Also note: this was just after the execution pipeline went
Great Big Our of Order, and thus made the lack of order
problems much more visible to applications. {Pentium Pro}
>
Iirc, been a while, I think there was a problem on one of the Pentiums,
might be the pro, where it had an issue with releasing a spinlock with a
normal store. I am most likely misremembering, but it is sparking some
strange memories. Way back on c.p.t, Alex Terekhov (hope I did not
butcher the spelling of his name), anyway, wrote about it, I think...
Way back. early 2000's I think.
Many ATOMIC sequences start or end without any note on the memory
reference that it bounds an ATOMIC event. CAS has this problem
on the value to ultimately be compared (the start), T&S has this
problem on ST that unlocks the lock (the end). It is like using
indentation as the only means of signaling block structure in
your language of choice.
Both are bad practice in making HW that can perform these things
efficiently. But notice that LL-SC does not have this problem.
Neither does ESM.

According to my understanding, what matters is # of CPU cores with
coherent access to the same memory+IO.
For x86, 4 cores (CPUs) were relatively common since 1996. There
existed few odd 8-core systems too, still back in the last century.

Date Sujet#  Auteur
13 Sep 24 * Is Intel exceptionally unsuccessful as an architecture designer?411John Dallman
14 Sep 24 +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1MitchAlsup1
14 Sep 24 +* Re: Is Intel exceptionally unsuccessful as an architecture designer?10Anton Ertl
14 Sep 24 i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?9Michael S
15 Sep 24 i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?6MitchAlsup1
15 Sep 24 i i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?5Michael S
17 Sep 24 i i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
17 Sep 24 i i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Michael S
17 Sep 24 i i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
17 Sep 24 i i    `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
15 Sep 24 i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Lawrence D'Oliveiro
15 Sep 24 i  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
18 Sep 24 `* Re: Is Intel exceptionally unsuccessful as an architecture designer?399Lawrence D'Oliveiro
18 Sep 24  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?340MitchAlsup1
18 Sep 24  i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?146Lawrence D'Oliveiro
18 Sep 24  ii+* Re: Is Intel exceptionally unsuccessful as an architecture designer?84MitchAlsup1
18 Sep 24  iii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?83Lawrence D'Oliveiro
18 Sep 24  iii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?82MitchAlsup1
18 Sep 24  iii  +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1MitchAlsup1
18 Sep 24  iii  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?79Michael S
18 Sep 24  iii  i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?4David Brown
18 Sep 24  iii  ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?3MitchAlsup1
19 Sep 24  iii  ii +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1David Brown
19 Sep 24  iii  ii `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep 24  iii  i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?74Lawrence D'Oliveiro
20 Sep 24  iii  i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?73Stefan Monnier
20 Sep 24  iii  i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?72Lawrence D'Oliveiro
20 Sep 24  iii  i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?71Chris M. Thomasson
21 Sep 24  iii  i    +* Re: Is Intel exceptionally unsuccessful as an architecture designer?57MitchAlsup1
21 Sep 24  iii  i    i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?55Brett
21 Sep 24  iii  i    ii+* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Chris M. Thomasson
21 Sep 24  iii  i    iii`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Brett
21 Sep 24  iii  i    ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?52MitchAlsup1
21 Sep 24  iii  i    ii +* Re: Is Intel exceptionally unsuccessful as an architecture designer?9Chris M. Thomasson
21 Sep 24  iii  i    ii i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Chris M. Thomasson
21 Sep 24  iii  i    ii ii`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1George Neuner
21 Sep 24  iii  i    ii i+* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Lawrence D'Oliveiro
21 Sep 24  iii  i    ii ii`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1George Neuner
21 Sep 24  iii  i    ii i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?4Brett
21 Sep 24  iii  i    ii i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Chris M. Thomasson
22 Sep 24  iii  i    ii i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Brett
22 Sep 24  iii  i    ii i   `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
21 Sep 24  iii  i    ii `* Re: Is Intel exceptionally unsuccessful as an architecture designer?42Chris M. Thomasson
21 Sep 24  iii  i    ii  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?41MitchAlsup1
22 Sep 24  iii  i    ii   +* Re: Is Intel exceptionally unsuccessful as an architecture designer?4jseigh
22 Sep 24  iii  i    ii   i+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
22 Sep 24  iii  i    ii   i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?2jseigh
22 Sep 24  iii  i    ii   i `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
22 Sep 24  iii  i    ii   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?36Paul A. Clayton
22 Sep 24  iii  i    ii    +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
22 Sep 24  iii  i    ii    `* Re: Is Intel exceptionally unsuccessful as an architecture designer?34MitchAlsup1
23 Sep 24  iii  i    ii     `* Re: Is Intel exceptionally unsuccessful as an architecture designer?33jseigh
23 Sep 24  iii  i    ii      `* Re: Is Intel exceptionally unsuccessful as an architecture designer?32MitchAlsup1
23 Sep 24  iii  i    ii       +* Re: Is Intel exceptionally unsuccessful as an architecture designer?30Michael S
23 Sep 24  iii  i    ii       i+* Re: Is Intel exceptionally unsuccessful as an architecture8John Dallman
23 Sep 24  iii  i    ii       ii+* Re: Is Intel exceptionally unsuccessful as an architecture2BGB-Alt
23 Sep 24  iii  i    ii       iii`- Re: Is Intel exceptionally unsuccessful as an architecture1Chris M. Thomasson
30 Sep 24  iii  i    ii       ii`* Re: Is Intel exceptionally unsuccessful as an architecture5Lawrence D'Oliveiro
30 Sep 24  iii  i    ii       ii +* Re: Is Intel exceptionally unsuccessful as an architecture3MitchAlsup1
30 Sep 24  iii  i    ii       ii i`* Re: Is Intel exceptionally unsuccessful as an architecture2Michael S
30 Sep 24  iii  i    ii       ii i `- Re: Is Intel exceptionally unsuccessful as an architecture1MitchAlsup1
30 Sep 24  iii  i    ii       ii `- Re: Is Intel exceptionally unsuccessful as an architecture1Michael S
23 Sep 24  iii  i    ii       i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?21MitchAlsup1
23 Sep 24  iii  i    ii       i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?11Chris M. Thomasson
23 Sep 24  iii  i    ii       i i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?10MitchAlsup1
24 Sep 24  iii  i    ii       i i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?9Chris M. Thomasson
24 Sep 24  iii  i    ii       i i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?8MitchAlsup1
24 Sep 24  iii  i    ii       i i   +* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Chris M. Thomasson
24 Sep 24  iii  i    ii       i i   i+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
24 Sep 24  iii  i    ii       i i   i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?4MitchAlsup1
24 Sep 24  iii  i    ii       i i   i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Chris M. Thomasson
24 Sep 24  iii  i    ii       i i   i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2MitchAlsup1
24 Sep 24  iii  i    ii       i i   i   `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
24 Sep 24  iii  i    ii       i i   `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
24 Sep 24  iii  i    ii       i +* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Terje Mathisen
24 Sep 24  iii  i    ii       i i+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
24 Sep 24  iii  i    ii       i i+- Re: Is Intel exceptionally unsuccessful as an architecture designer?1George Neuner
3 Oct 24  iii  i    ii       i i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Lawrence D'Oliveiro
3 Oct 24  iii  i    ii       i i +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
3 Oct 24  iii  i    ii       i i `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1jseigh
24 Sep 24  iii  i    ii       i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Michael S
24 Sep 24  iii  i    ii       i  +- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Stefan Monnier
12 Oct 24  iii  i    ii       i  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Anton Ertl
23 Sep 24  iii  i    ii       `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1jseigh
21 Sep 24  iii  i    i`- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
21 Sep 24  iii  i    +* Re: Is Intel exceptionally unsuccessful as an architecture designer?11Lawrence D'Oliveiro
21 Sep 24  iii  i    i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?10Chris M. Thomasson
22 Sep 24  iii  i    i `* Re: Is Intel exceptionally unsuccessful as an architecture designer?9Lawrence D'Oliveiro
22 Sep 24  iii  i    i  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?8Michael S
22 Sep 24  iii  i    i   `* Re: Is Intel exceptionally unsuccessful as an architecture designer?7Lawrence D'Oliveiro
22 Sep 24  iii  i    i    `* Re: Is Intel exceptionally unsuccessful as an architecture designer?6Michael S
24 Sep 24  iii  i    i     `* Re: Is Intel exceptionally unsuccessful as an architecture designer?5Lawrence D'Oliveiro
24 Sep 24  iii  i    i      +* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Chris M. Thomasson
25 Sep 24  iii  i    i      i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Lawrence D'Oliveiro
25 Sep 24  iii  i    i      i `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Chris M. Thomasson
24 Sep 24  iii  i    i      `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Michael S
23 Sep 24  iii  i    `* Re: Is Intel exceptionally unsuccessful as an architecture designer?2Stefan Monnier
24 Sep 24  iii  i     `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
19 Sep 24  iii  `- Re: Is Intel exceptionally unsuccessful as an architecture designer?1Lawrence D'Oliveiro
18 Sep 24  ii+* Re: Is Intel exceptionally unsuccessful as an architecture designer?46Michael S
18 Sep 24  iii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?45MitchAlsup1
22 Sep 24  ii`* Re: Is Intel exceptionally unsuccessful as an architecture designer?15Paul A. Clayton
18 Sep 24  i`* Re: Is Intel exceptionally unsuccessful as an architecture designer?193Anton Ertl
18 Sep 24  +* Re: Is Intel exceptionally unsuccessful as an architecture designer?55Michael S
18 Sep 24  `* Re: Is Intel exceptionally unsuccessful as an architecture designer?3Stephen Fuld

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal