public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC assembling with scheduling
@ 2011-03-24 16:57 n90p
  2011-03-24 22:56 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: n90p @ 2011-03-24 16:57 UTC (permalink / raw)
  To: gcc-help


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.
-- 
View this message in context: http://old.nabble.com/GCC-assembling-with-scheduling-tp31230841p31230841.html
Sent from the gcc - Help mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC assembling with scheduling
  2011-03-24 16:57 GCC assembling with scheduling n90p
@ 2011-03-24 22:56 ` Ian Lance Taylor
  2011-03-25 11:27   ` n90p
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2011-03-24 22:56 UTC (permalink / raw)
  To: n90p; +Cc: gcc-help

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC assembling with scheduling
  2011-03-24 22:56 ` Ian Lance Taylor
@ 2011-03-25 11:27   ` n90p
  0 siblings, 0 replies; 3+ messages in thread
From: n90p @ 2011-03-25 11:27 UTC (permalink / raw)
  To: gcc-help



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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-25 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-24 16:57 GCC assembling with scheduling n90p
2011-03-24 22:56 ` Ian Lance Taylor
2011-03-25 11:27   ` n90p

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).