Quantcast
Channel: User HolyBlackCat - Stack Overflow
Viewing all articles
Browse latest Browse all 1287

Answer by HolyBlackCat for Coding in Assembly instead of using tools like godbolt to convert high level programming languages to assembly

$
0
0

Assembly is not inherently faster than C++ or any other (compiled) programming language.

Rather, the point is that handwritten assembly can be better than the one produced by the C++ compiler if you're better at writing it than the compiler.

Most of us aren't better at it, and 99% of the time the optimization isn't worth the development time.


Viewing all articles
Browse latest Browse all 1287

Trending Articles