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]

Re: VTA guality assessment: better than -O0 ;-)


On Jun 13, 2009, Richard Guenther <richard.guenther@gmail.com> wrote:

> Yes, I don't like -O0 producing worse debug info - what does
> the -O0 -fvar-tracking-assignments results look like?

No difference, -fvar-tracking is disabled at -O0, so either
-fvar-tracking-assignments gets disabled as well with a warning (as in
the vta patchset I posted before) or it produces and maintains the
annotations and discards them where vartrack would have turned them into
(the implementation of your suggestion in that regard)

-- 
Alexandre Oliva, freedom fighter    http://FSFLA.org/~lxoliva/
You must be the change you wish to see in the world. -- Gandhi
Be Free! -- http://FSFLA.org/   FSF Latin America board member
Free Software Evangelist      Red Hat Brazil Compiler Engineer


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