摘要: 这个问题实际上跟平台有很大的相关性。我们可以从汇编来看。 linux(x86)平台: int main() { bool f = true; if (f) { f = false; } return 0; } (gdb) list 1 int main() 2 { 3 bool f = true; 阅读全文
posted @ 2021-04-27 11:48 倾越 阅读(2083) 评论(0) 推荐(1) 编辑