February 7, 2020
Examining Rust Compiler Assembly Code!
Examining the assembly code that Rust compiler generates can be a lesson that brings WISDOM!
Amit looks at generated assembly code in the Rust memory optimization article.
It compares the assembly generated for some C++ code and some Rust code, and some KNOWLEDGE is obtained.
There can be DIFFERENCES in the number of memory accesses!
So much UNDERSTANDING can be obtained by examining the assembly code that the Rust compiler makes.