[hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] GCC internals and porting 一问

  • From: Mingjie Xing <mingjie.xing@xxxxxxxxx>
  • To: hellogcc@xxxxxxxxxxxxx
  • Date: Wed, 26 Jan 2011 11:13:38 +0800

2011/1/26 asm warrior <asmwarrior@xxxxxxxxx>:
> 不知道这个工具能否作为正常的gcc plugin使用。。

这就是一个正常的gcc plugin,呵呵。

> 另外,不知道windows下的gcc插件支持如何。。。。。

对windows不感兴趣。

> http://gcc.gnu.org/ml/gcc/2011-01/msg00313.html
>
> 看起来没有人关注windows下面的插件问题,呵呵。
>
> 另外,上面的帖子里面的一个链接,我觉得挺有意思,它打算把在front end第一遍parse translation
> unit之后,把整个AST都扫描出来,呵呵。

理论上,我这个插件应该可以把整个AST都打印出来,不过会非常庞大。我现在实现的还不完全,一般是遇到问题了,再去解决。

Other related posts:

  • » [hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] Re: [hellogcc] GCC internals and porting 一问 - Mingjie Xing