This is the mail archive of the gcc-patches@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: PR 23551: why should we coalesce inlined variables?


On Mon, Jul 09, 2007 at 04:53:21PM +0200, Jan Hubicka wrote:
> Then we will have information like "this register contains value of user
> variable A,B,C" and we output the info to debugger (as opposed to
> current 1-1 mapping).

You have to map the other way for debug info.  Variable A is in this
register, variable B is in this (same) register.  At these
instructions.  We should be able to do this accurately.

-- 
Daniel Jacobowitz
CodeSourcery


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