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
Geert Bosch wrote:
>
> However, my request still stands for more comments in this function.
> Vladimir, could you take care of that?
>
> Also, it seems that it might help to break the function up in three
> smaller functions:
> - the forward dynamic programming pass generating states
> and finding states with minimal cost (about 150 lines)
> - the backward pass adding nops and templates (about 125 lines)
> - the Itanium-1 specific stuff (about 75 lines)
>
Ok, I'll make it when the main line will be in stage 1.
Vlad