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



Ian Lance Taylor-3 wrote:
> 
> 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
> 
> 
Thanks for your quick answer! I forgot to say that i need that kind of tool
for ARM platform (cortex-a8), but MAO, as i see is for Intel only. Anyway,
thanks :)

Vahan
-- 
View this message in context: http://old.nabble.com/GCC-assembling-with-scheduling-tp31230841p31236872.html
Sent from the gcc - Help mailing list archive at Nabble.com.


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