开发者

Need help on GCC GIMPLE

开发者 https://www.devze.com 2023-02-08 18:07 出处:网络
I have been looking into GCC\'s GIMPLE and building a front-end.I have been looking through the codebase, however wrapp开发者_高级运维ing my head around all the concepts is taking more time than I wou

I have been looking into GCC's GIMPLE and building a front-end. I have been looking through the codebase, however wrapp开发者_高级运维ing 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


have a look here: GCC Frontend HOWTO...
and here: from the gcc resource center, IIT Bombay.


Some useful information on GIMPLE and GIMPLE-SSA can be found here: http://www.cri.ensmp.fr/classement/doc/A-381.pdf

0

精彩评论

暂无评论...
验证码 换一张
取 消