免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2518 | 回复: 2
打印 上一主题 下一主题

Modular GCC [复制链接]

论坛徽章:
2
摩羯座
日期:2013-10-10 14:29:04天蝎座
日期:2014-01-03 09:14:49
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-04-28 09:18 |只看该作者 |倒序浏览
http://gcc.gnu.org/wiki/ModularGCC

Instead of having a single monolithic binary, I propose separating the major components in libbackend.a into several libraries.

These libraries would live in separate sub-directories under gcc/.

* gcc/

    * c/ - The C front end.
    * driver/ - The gcc driver.
    * generic/ - Tree files.
    * gimple/ - Gimple generation, analysis and optimization.
    * ipa/ - Callgraph manager and IPA analysis/optimization.
    * rtl/ - RTL code generation and optimization.
    * diagnostic/ - Generic diagnostic routines.
    * cfg/ - Control Flow Graph routines.
    * openmp/ - OpenMP implementation.

I propose to modularize the gcc/ directory using the different Intermediate Languages (IL) as the main separators.

I believe that all the intermediate languages in GCC should have a streaming representation.

给我的感觉,有点像Open64了。

论坛徽章:
0
2 [报告]
发表于 2010-04-28 10:08 |只看该作者
还少一个lno
而且gimple要Tuples,而不是那种占用内存多的Tree Node

论坛徽章:
0
3 [报告]
发表于 2010-04-28 10:37 |只看该作者
真佩服你们研究gcc的人!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP