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]

quick question


Hi,
I have a small question.
My designer compiler is not ready yet to bear the responsibility of all
the optimization in -O2. Is there a way to say what optimizations to
include in the -O2 flag.
e.g. I think I want only cse and other register allocation related
optimizations but none of the ones that use splits or parallels. (There
are bunch of existing broken splits and parallels in the machine
description... I am trying to reduce the load on machine description as
much as possible and still produce correct code).
Please give me advise if you think I am not asking right kind of
questions or if there is a better way of achiving the same thing.
Thanx a lot
Spundun 


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