gcc使用了多少遍代码? [英] How many passes over the code does gcc use?

查看:117
本文介绍了gcc使用了多少遍代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  • 特别是对于C和C ++,默认情况下使用了多少次传递

  • 这个数字是否根据所使用的优化级别而变化? (它应该)

  • 是否可以直接更改?



我正在搜索此信息在 http://gcc.gnu.org/ 中,但使用 site:http://gcc.gnu.org/ 没有任何结果。



任何有关此文档的指针也是有帮助的。




通过我的意思是传递源代码的原始表示,而不是 Wikipedia 建议的多路径定义。

解决方案

通票和编译器的文件可能是您要找的最接近的东西。


  • Specifically for C and C++, how many passes are used by default?
  • Does this number change depending on the level of optimization used? (it should)
  • Can it be changed directly?

I was searching for this information in http://gcc.gnu.org/, but googling using site:http://gcc.gnu.org/ did not yield anything.

Any pointers to any documentation about this will also be helpful.


By pass I meant a pass over the original representation of the source code only and not the multiple pass definition suggested by Wikipedia.

解决方案

Passes and Files of the Compiler might be the closest thing to what you're looking for.

这篇关于gcc使用了多少遍代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆