This is the mail archive of the gcc-patches@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] |
I agree in principle. However in my experience you can usually say something meaningful about most target macros. eg.
My opinion is that the "this is obvious" comments dilute the value of the other comments. If *everything* has a comment of some sort, you lose the ability to pick out the important ones, and instead learn to filter them all out.
#define FIXED_REGISTERS \ { 1, /* Always zero */ 1, /* Stack pointer */ ... }
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |