且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

保留执行管道

更新时间:2023-11-04 11:02:34

The behavior varies among CPUs, and the compiler often reorders instructions. You will find all the information you need in these manuals: http://agner.org/optimize/.

In my opinion the only way to know what happens is to read the assembly code generated by the compiler.