Compiler optimization with infinite loop

后端 未结 0 504
被撕碎了的回忆
被撕碎了的回忆 2021-01-24 18:07

I have the following snippet of code:

foo();
std::cout << "Foo";
loop();

Where loop is a function that does not term

相关标签:
回答
  • 消灭零回复
提交回复
热议问题