This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Sat, Nov 17, 2012 at 07:03:33AM -0500, Richard Kenner wrote:First, C or C++ is not the best language to write a compiler in,
It is my strong opinion that the best language to write a compiler in is the language that it is compiling (or the primary language in the case of a multi-language compiler like GCC).
I tend to half agree with that, but GCC is not exactly coded in C (or in C++). It has a lot of C code generators (gengtype, genautomata, and all the other gen*) and the combined amount of generated (C or C++) code in GCC is not insignificant.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |