Deutsch   English   Français   Italiano  
<vbimsj$1jb9v$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com>
Newsgroups: comp.arch
Subject: Re: arm ldxr/stxr vs cas
Date: Sat, 7 Sep 2024 16:16:35 -0700
Organization: A noiseless patient Spider
Lines: 8
Message-ID: <vbimsj$1jb9v$1@dont-email.me>
References: <vb4sit$2u7e2$1@dont-email.me>
 <07d60bd0a63b903820013ae60792fb7a@www.novabbs.org>
 <vbc4u3$aj5s$1@dont-email.me>
 <898cf44224e9790b74a0269eddff095a@www.novabbs.org>
 <vbd4k1$fpn6$1@dont-email.me> <vbd91c$g5j0$1@dont-email.me>
 <vbflk4$uc98$1@dont-email.me>
 <352e80684e75a2c0a298b84e4bf840c4@www.novabbs.org>
 <vbhpv0$1de2c$1@dont-email.me> <vbimfd$1jbai$1@dont-email.me>
 <vbimo3$1jbai$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 08 Sep 2024 01:16:35 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="d44d7012c3ec9d16fb2fdce73058c980";
	logging-data="1682751"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18P9PW6n2yTHHIs3sgui7Q9Oj6RX8hYkKs="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ENb6e30VpwVhy+duke5iUlUBioE=
In-Reply-To: <vbimo3$1jbai$2@dont-email.me>
Content-Language: en-US
Bytes: 1762

On 9/7/2024 4:14 PM, Chris M. Thomasson wrote:
[...]
> When I am using CAS I don't really expect it to fail willy nilly even if 
> the comparands are still the same. Weak vs Strong. Still irks me a bit. ;^)

There are algorithms out there, usually state machines that depend on 
strong cas. When a CAS fails, it depends on it failing because the 
comparands were actually different...