I think it is way more important to know the compiler you're working with than to know the underlying assembly. You have to write code that the compiler will be able to optimize.
Then, read the assembly for critical part and make sure it was optimized correctly by the compiler.
0
10 Aug 2015 15:34
u/bvanheu
in v/programming
I think it is way more important to know the compiler you're working with than to know the underlying assembly. You have to write code that the compiler will be able to optimize.
Then, read the assembly for critical part and make sure it was optimized correctly by the compiler.