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: Web pass take III




On Fri, 23 Nov 2001, Joseph S. Myers wrote:

> On Fri, 23 Nov 2001, Jan Hubicka wrote:
>
> > + each web individual pseudo register. This allows our register allocation pass
>
> Two spaces after full stops at ends of sentences.
>
> > + to operate on pseudos directly, but also strengthens several other optimization
> > + passes, such as CSE, loop optimizer and trivial dead code remover.  It can,
> > + however, make debugging impossible, since variables will no longer stay in a
> > + ``home register''.
>
> Not an objection to this patch, but are there any plans to emit the
> necessary DWARF 2 debugging information to support debugging in such cases
> properly?
Yes.
> What about the Cygnus stabs extensions described in
> gdb/doc/LRS?
No. Even if you did, you wouldn't cover all cases, IIRC.

>
> > + After that each web gets assigned individual pseudo. This allows our register
>
> Two spaces after full stops at ends of sentences.
>
> --
> Joseph S. Myers
> jsm28@cam.ac.uk
>


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