Earlier quoted context omitted.
Rust has linker optimizations that can make it faster in some cases
Huh? Both have LTO. There are linker optimizations available to Rust and not to C and C++. They all use the same God damn linker.
When I compiled the final binary, I ran llvm LTO across all 3 languages. That was incredibly cool.