6 ms·
I would put it differently: If you want your code to contain specific assembly instructions, code in assembly. Programming language by design is an abstraction
by bogdan-lab 2y ago
I would put it differently:
If you want your code to contain specific assembly instructions, code in assembly. Programming language by design is an abstraction of a higher level and when you use it you shouldn't care that much about actual assembly it produces.