当我调用如下函数时
void main(void){ Function(); }
它是否被视为上下文切换,因为我在转到函数之前保存了寄存器?
c c++ function context-switch
c ×1
c++ ×1
context-switch ×1
function ×1