需要有关 GCC GIMPLE 的帮助
我一直在研究 GCC 的 GIMPLE 并构建一个前端。我一直在浏览代码库,但是由于似乎缺乏文档,我要花更多的时间来理解所有概念。网上有资源解释 GIMPLE 的工作原理吗?
我发现了以下内容,其中 PDF 内容非常丰富: http://gcc.gnu.org/wiki/GIMPLE
I have been looking into GCC's GIMPLE and building a front-end. I have been looking through the codebase, however wrapping my head around all the concepts is taking more time than I would like due to what appears to be a lack of documentation. Are there resources online that explain how GIMPLE works?
I have found the following, where the PDF was quite informative:
http://gcc.gnu.org/wiki/GIMPLE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这里:GCC前端HOWTO...
和此处:来自 gcc印度理工学院孟买分校资源中心。
have a look here: GCC Frontend HOWTO...
and here: from the gcc resource center, IIT Bombay.
有关 GIMPLE 和 GIMPLE-SSA 的一些有用信息可以在这里找到:http:// /www.cri.ensmp.fr/classement/doc/A-381.pdf
Some useful information on GIMPLE and GIMPLE-SSA can be found here: http://www.cri.ensmp.fr/classement/doc/A-381.pdf