Phase ordering in compiler

Andrew Haley aph@redhat.com
Thu Oct 25 21:51:00 GMT 2012


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.



More information about the Gcc-help mailing list