6 ms·
I see that the assembly instructions are different, but what's the performance difference? Personally, I don't care about the number of instructions used, as lo
by CountHackulus 3y ago
I see that the assembly instructions are different, but what's the performance difference? Personally, I don't care about the number of instructions used, as long as it's faster. With things like store forwarding and register files, a lot of those movs might be treated as noops.