<p>The power of Rust is not that it is &quot;close to the metal&quot; but rather that it is close to the compiler backend. Rust doesn&#39;t attempt to make you frame your code in a way that the hardware will execute well, but rather to frame it in a way that the LLVM optimizer will optimize well. This is the correct decision since your C code after all will be processed through that same optimizer before it touches anything resembling metal</p>
Reply