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

link|improve this question

50% accept rate
feedback

2 Answers

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.