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]

-dv -fdump-rtl-all question


Hi list,

Is it ok to assume that when I compile a C file (that is guranteed to have
some code in it) under the following flags, I always get the mentioned
VCG file (and do not get a bigger one) ?

Flags                              Maximum VCG file that is always created
=====                            ==============================
"      -dv -fdump-rtl-all"      .49.stack.vcg
"-O1 -dv -fdump-rtl-all"      .49.stack.vcg
"-O2 -dv -fdump-rtl-all"      .50.compgotos.vcg
"-O3 -dv -fdump-rtl-all"      .50.compgotos.vcg

So basically I want to assume the maximum vcg file that is created
is a function of the optimizations and not a function of the source file..

thank you!
sunzir


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