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]

Re: gcc/resource.c mark_target_live_regs Question


    If it is completely "scrogg"ed, why can
    gcc/resource.c:mark_target_live_regs(), line 961, use the live
    register information?  Is live register information for blocks
    beginning immediately after barriers preserved while other live
    register information is unreliable?

That's what used to be the case because of reload.  It would be surprising
(but perhaps true) if the exact same situation is true with the changes that
reorg itself does.


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