On Wed, Jun 10, 2009 at 08:15, Richard Kenner<ken...@vlsi1.ultra.nyu.edu> wrote:
>> This is a problem with GCC's lack of modularity, not with Basile's >> point of view. > > I don't think it's a totally modularity issue. Compilers, by their nature, > are some of the most complicated and interdependent programs around. I agree. Modularity mostly gives you modular complexity, it does not reduce the inherent complexity of the compiler. It does make some aspects of reviewing easier to handle, of course. Diego.