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 : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.arch
Date : 22. Sep 2024, 05:58:34
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vco4la$21dsm$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
On 9/21/2024 3:49 PM, jseigh wrote:
On 9/21/24 16:45, MitchAlsup1 wrote:
On Sat, 21 Sep 2024 20:26:13 +0000, Chris M. Thomasson wrote:
>
On 9/21/2024 6:54 AM, Scott Lurndal wrote:
mitchalsup@aol.com (MitchAlsup1) writes:
https://www.marvell.com/products/cxl.html
>
What about a weak coherency where a programmer has to use the correct
membars to get the coherency required for their specific needs? Along
the lines of UltraSPARC in RMO mode?
>
In my case, I suffered through enough of these to implement a
memory hierarchy free from the need of any MemBars yet provide
the performance of <mostly> relaxed memory order, except when
certain kinds of addresses are touched {MMI/O, configuration
space, ATOMIC accesses,...} In these cases, the core becomes
{sequentially consistent, or strongly ordered} depending on the
touched address.
 Well, we have asymmetric memory barriers now (membarrier() in linux)
so we can get rid of memory barriers in some cases.  For hazard
pointers which used to be a (load, store, mb, load) are now just
a (load, store, load).  Much faster,  from 8.02 nsecs to 0.79 nsecs.
So much so that other things which has heretofore been considered
to add negligible overhead are not so much by comparison.  Which can
be a little annoying because some like using those a lot.
Getting rid of a #StoreLoad memory barrier is very nice, indeed. This actually helps x86. Well, "original" SMR (aka, hazard pointers) on x86 needs a membar. MFENCE or a locked rmw.
WRT SPARC in RMO mode, well, iirc, it (SMR) needed a
MEMBAR #StoreLoad | #LoadStore | #LoadLoad | #StoreStore
not just a #StoreLoad | #LoadStore
?

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