public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Re: Optimization flags for target X???
@ 2001-02-13 13:25 Steve deRosier
  2001-04-01  0:00 ` Steve deRosier
  0 siblings, 1 reply; 6+ messages in thread
From: Steve deRosier @ 2001-02-13 13:25 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: crossgcc

Thanks, that helps a lot.

- Steve

----------
>From: Jonathan Larmour <jlarmour@redhat.com>
>To: Steve deRosier <sderosier@vari-lite.com>
>Cc: crossgcc <crossgcc@sources.redhat.com>
>Subject: Re: Optimization flags for target X???
>Date: Tue, Feb 13, 2001, 1:50 PM
>

> Steve deRosier wrote:
>>
>> I need to be able to determine exactly which optimizations will happen when
>> different -O# options are used.  The docs seem to tell which ones are turned
>> on usually, but I need to be able to figure out precisely which ones are
>> turned on for my target for each optimization level.  This info must be
>> somewhere in the gcc source, but I haven't been able to figure out where yet
>> (awful lot of source to go at this blind...). Could someone point me in the
>> right direction?
>
> Have a look at the thread starting here:
> http://gcc.gnu.org/ml/gcc/2001-01/msg01838.html
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

* Re: Optimization flags for target X???
  2001-02-13 13:25 Optimization flags for target X??? Steve deRosier
@ 2001-04-01  0:00 ` Steve deRosier
  0 siblings, 0 replies; 6+ messages in thread
From: Steve deRosier @ 2001-04-01  0:00 UTC (permalink / raw)
  To: Jonathan Larmour; +Cc: crossgcc

Thanks, that helps a lot.

- Steve

----------
>From: Jonathan Larmour <jlarmour@redhat.com>
>To: Steve deRosier <sderosier@vari-lite.com>
>Cc: crossgcc <crossgcc@sources.redhat.com>
>Subject: Re: Optimization flags for target X???
>Date: Tue, Feb 13, 2001, 1:50 PM
>

> Steve deRosier wrote:
>>
>> I need to be able to determine exactly which optimizations will happen when
>> different -O# options are used.  The docs seem to tell which ones are turned
>> on usually, but I need to be able to figure out precisely which ones are
>> turned on for my target for each optimization level.  This info must be
>> somewhere in the gcc source, but I haven't been able to figure out where yet
>> (awful lot of source to go at this blind...). Could someone point me in the
>> right direction?
>
> Have a look at the thread starting here:
> http://gcc.gnu.org/ml/gcc/2001-01/msg01838.html
>
> Jifl
> --
> Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
> Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

* Optimization flags for target X???
  2001-02-13  9:36 Steve deRosier
  2001-02-13 11:50 ` Jonathan Larmour
@ 2001-04-01  0:00 ` Steve deRosier
  1 sibling, 0 replies; 6+ messages in thread
From: Steve deRosier @ 2001-04-01  0:00 UTC (permalink / raw)
  To: crossgcc

I need to be able to determine exactly which optimizations will happen when
different -O# options are used.  The docs seem to tell which ones are turned
on usually, but I need to be able to figure out precisely which ones are
turned on for my target for each optimization level.  This info must be
somewhere in the gcc source, but I haven't been able to figure out where yet
(awful lot of source to go at this blind...). Could someone point me in the
right direction?

BTW--if it matters my target is m68k-coff

Thanks,
- Steve


--
Steve deRosier
Embedded Software Engineer
Vari-Lite International, Inc.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

* Re: Optimization flags for target X???
  2001-02-13 11:50 ` Jonathan Larmour
@ 2001-04-01  0:00   ` Jonathan Larmour
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Larmour @ 2001-04-01  0:00 UTC (permalink / raw)
  To: Steve deRosier; +Cc: crossgcc

Steve deRosier wrote:
> 
> I need to be able to determine exactly which optimizations will happen when
> different -O# options are used.  The docs seem to tell which ones are turned
> on usually, but I need to be able to figure out precisely which ones are
> turned on for my target for each optimization level.  This info must be
> somewhere in the gcc source, but I haven't been able to figure out where yet
> (awful lot of source to go at this blind...). Could someone point me in the
> right direction?

Have a look at the thread starting here:
http://gcc.gnu.org/ml/gcc/2001-01/msg01838.html

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

* Re: Optimization flags for target X???
  2001-02-13  9:36 Steve deRosier
@ 2001-02-13 11:50 ` Jonathan Larmour
  2001-04-01  0:00   ` Jonathan Larmour
  2001-04-01  0:00 ` Steve deRosier
  1 sibling, 1 reply; 6+ messages in thread
From: Jonathan Larmour @ 2001-02-13 11:50 UTC (permalink / raw)
  To: Steve deRosier; +Cc: crossgcc

Steve deRosier wrote:
> 
> I need to be able to determine exactly which optimizations will happen when
> different -O# options are used.  The docs seem to tell which ones are turned
> on usually, but I need to be able to figure out precisely which ones are
> turned on for my target for each optimization level.  This info must be
> somewhere in the gcc source, but I haven't been able to figure out where yet
> (awful lot of source to go at this blind...). Could someone point me in the
> right direction?

Have a look at the thread starting here:
http://gcc.gnu.org/ml/gcc/2001-01/msg01838.html

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

* Optimization flags for target X???
@ 2001-02-13  9:36 Steve deRosier
  2001-02-13 11:50 ` Jonathan Larmour
  2001-04-01  0:00 ` Steve deRosier
  0 siblings, 2 replies; 6+ messages in thread
From: Steve deRosier @ 2001-02-13  9:36 UTC (permalink / raw)
  To: crossgcc

I need to be able to determine exactly which optimizations will happen when
different -O# options are used.  The docs seem to tell which ones are turned
on usually, but I need to be able to figure out precisely which ones are
turned on for my target for each optimization level.  This info must be
somewhere in the gcc source, but I haven't been able to figure out where yet
(awful lot of source to go at this blind...). Could someone point me in the
right direction?

BTW--if it matters my target is m68k-coff

Thanks,
- Steve


--
Steve deRosier
Embedded Software Engineer
Vari-Lite International, Inc.


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~2001-04-01  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-13 13:25 Optimization flags for target X??? Steve deRosier
2001-04-01  0:00 ` Steve deRosier
  -- strict thread matches above, loose matches on Subject: below --
2001-02-13  9:36 Steve deRosier
2001-02-13 11:50 ` Jonathan Larmour
2001-04-01  0:00   ` Jonathan Larmour
2001-04-01  0:00 ` Steve deRosier

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).