This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Instruction bundling on IA64 and the Intel Assembler
- From: Vladimir Makarov <vmakarov at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 15 Dec 2003 18:41:55 -0500
- Subject: Re: Instruction bundling on IA64 and the Intel Assembler
- References: <10312152310.AA21091@vlsi1.ultra.nyu.edu>
Richard Kenner wrote:
>
> Unfortunately I have no time for this.
>
I don't like when the sentence used without context. I meant the
article here not the comments. By the way when I wrote the patch, in my
opinion I wrote the comments enough to understand the code and e.g.
Richard Henderson understood the code. It is far from the worst
example. You can not understand the code without some work on the
code. There should be a balance with comment size and the code.
Sometimes a lot of comments is even worse. I am going to write more
comments because you are asking me not because I am agree that the
comments are not enough.
> This is a perfect example of why patches should not be approved until
> they are adequately documented. It's *very* hard (often impossible)
> to get that done later. Indeed it's usually recommended to write the
> comments *before* the code.