logoalt Hacker News

jordiburgostoday at 10:06 AM2 repliesview on HN

Only for the hand-written assemply parts of the source code. The rest will be handled by the compilers.


Replies

bpyetoday at 10:19 AM

You don't need to be writing assembly. Anything sharing memory between multiple threads could have bugs with ARM's memory model, even if written in C, C++, etc.

silon42today at 10:18 AM

Not even close. Except maybe in Rust /s

show 1 reply