This is the mail archive of the gcc@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: Finalizer after pass?


On 3/1/07, Diego Novillo <dnovillo@redhat.com> wrote:
Paulo J. Matos wrote on 03/01/07 10:41:

> My IPA pass seems to be run only for -On, n>=1, is there a way to make
> it ran even for -O0?

No, we only run IPA passes if flag_unit_at_a_time is set.  That only is
set when optimizing.  At -O0, we simply emit functions individually.


OK, thank you.


--
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK


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