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]

Re: Code Generation


> Having said this, I agree that Checker-like functionality is so
> intimately wound up with what the compiler's doing that it may be
> smarter to do it in-compiler.  I just wouldn't +dare+ suggest that
> anyone else be asked to do it, and I wouldn't be able or prepared to do
> it myself, where I would be prepared to consider writing the macros
> mentioned.

This might be the problem. *Somebody* has to modify the compiler, for
a seemingly special application. Such a change has to be maintained.
If it gets used, a detailed specification of what it does and how it
works is necessary. To the compiler writer, this is insignificantly
different from putting the desired functionality into the compiler in
the first place, where this option has the advantage of being
semantically cleaner.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]