Why compiler like GCC can not do dead code elimination on vector?

前端 未结 0 1215
终归单人心
终归单人心 2021-01-22 09:53

After trying, I\'m wondering why GCC is able to do DCE on unused malloc or new buffer but not on unused vector?

malloc

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