You must log in or register to comment.
All this argument does is bump up ASM to a low-level language.
I get the resistance in calling C low level but we aren’t about to mistake C runtimes for a JIT.
LLVM certainly makes the comparison easier.
That’s not what the article is saying though. It’s arguing that the memory model that imperative languages assume is not actually how modern chips work. What we end up with effectively is a VM on the chip that pretends to be a really fast PDP-11 style architecture. Writing assembly against this VM still has the same problem. Interestingly, the way modern chips are designed actually fits better with functional style that doesn’t rely on global state.