Related articles |
---|
select which compiler? cuichd@gmail.com (cuichd) (2006-05-22) |
Re: select which compiler? paolo.bonzini@gmail.com (2006-05-26) |
Re: select which compiler? touati@prism.uvsq.fr (Sid Touati) (2006-05-26) |
From: | Sid Touati <touati@prism.uvsq.fr> |
Newsgroups: | comp.compilers |
Date: | 26 May 2006 01:36:11 -0400 |
Organization: | Universite de Versailles Saint-Quentin-en-Yvelines |
References: | 06-05-073 |
Keywords: | practice |
Posted-Date: | 26 May 2006 01:36:11 EDT |
It depends what do you want to implement. If you are willing to
implement an analysis pass using formal theoretical results, it is clear
that gcc isn't suitable. But if you are willing to implement a simple
code optimisation technique that generates low level code, gcc is well
suitable.
If you are tackling source to source code transformations, it is another
story. Give us more precisions and maybe you will get better advices.
Since version 4, gcc becomes more and more readable. Some efforts have
been done to help beginners.
S
Return to the
comp.compilers page.
Search the
comp.compilers archives again.