(no commit message)
authorlkcl <lkcl@web>
Fri, 8 Jul 2022 12:48:55 +0000 (13:48 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 8 Jul 2022 12:48:55 +0000 (13:48 +0100)
openpower/atomics.mdwn

index 53e4fb8a82d511e801a223e9a351d53f7b282b4b..e8cc340e4620f940f84383e5ef39e51e7fa1e1cc 100644 (file)
@@ -12,7 +12,8 @@ of the order of 10^5 or greater SMP atomic locks per second.
 
 Implementations have a hard time recognizing existing atomic operations
 via macro-op fusion because they would often have to detect and fuse a
-large number of instructions, including branches.
+large number of instructions, including branches. This is contrary
+to the RISC paradigm.
 
 There is also the issue that PowerISA's memory fences are unnecessarily
 strong, particularly `isync` which is used for a lot of `acquire` and