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]

Re: Instruction bundling on IA64 and the Intel Assembler


    Unfortunately I have no time for this.

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.

    As I wrote in my previous email I'll try to write more comments and
    divide the function on several ones when the main line is in stage 1.

Please write the comments now.  Dividing the function up can probably
safely be done now, but can indeed wait for stage 1.

Take a look at reorg.c.  That's code of roughly equivalent complexity.
Try to match the commenting style in that code.


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