This is the mail archive of the gcc-help@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: Phase ordering in compiler


On 10/23/2012 06:21 AM, SANKAR wrote:
> When there is an impact of repeating optimisation options or reordering the
> optimisation options in GCC, is this pass ordering enabled through command
> line? 

Not usually, because passes often rely on changes made before them.
Sometimes a pass will work if reordered or duplicated, sometimes not.

Andrew.


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