大家有没有遇到过这样的问题 A函数里面int vlaue; 然后,把&value 给B函数。B函数对这个value付一个数值,然后整个算法就变慢了。 以上这些都是发生在CE架构下的编码层。 大家知道是怎么回事吗 硬件6467
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
顶下楼上的,看反汇编,就是看机器具体的指令是怎么走的,这个要结合相应处理器的流水线,例如说,load 进来的数,往往不能立即送去运算,这个里面往往有流水线lock