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]

Re: PATCH to remove unnecessary NOTE_INSN_DELETED


    Would that mean we can keep the pseudo number after reload?  That would be 
    sooo useful at times.

Well, not directly, but it wouldn't be too costly to keep a table
mapping that number to pseudo number.  It also wouldn't be that hard
to go another level and map it to a *decl* if there is one and that
would allow us to annotate assembler with the source variable name,
which is a very valuable feature for a compiler (and one that's
actually technically *required* for Ada).


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