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 Sat, Jun 13, 2009 at 10:08:39PM +0200, Jakub Jelinek wrote:
> I really think we need to do (limited) -fvar-tracking even for -O0, it is
> really bad that most arguments have wrong locations through the prologue,
> while at -O1 or above they often have correct location.
> We should just do the tracking inside of the prologue or for register
> variables, those that are stored into memory during the prologue and live in
> memory shouldn't be tracked outside of the prologue at -O0.

I completely agree, this would make GDB more useful.

-- 
Daniel Jacobowitz
CodeSourcery


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