This is the mail archive of the gcc-help@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: GCC assembling with scheduling


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


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