GCC assembling with scheduling

Ian Lance Taylor iant@google.com
Thu Mar 24 22:56:00 GMT 2011


n90p <nop144d@gmail.com> writes:

> Hi all, is there any method to re-schedule instructions while compiling asm
> file? For example, i'm assembling a C file and then making changes there
> (removing some instrucions) and then i want to re-schedule instructions.

Not using gcc, no.  You may want to look at the micro-architectural
optimizer: http://code.google.com/p/mao .

Ian



More information about the Gcc-help mailing list