Finalizer after pass?

Diego Novillo dnovillo@redhat.com
Thu Mar 1 15:53:00 GMT 2007


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.



More information about the Gcc mailing list