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: remaining libjava/verify_local_live_at_start failures


On Wed, Mar 27, 2002 at 02:52:02PM +0100, Jan Hubicka wrote:
> > If *anything* within a single basic block gets different answers
> > when run multiple times, something is wrong.
> 
> Erm, what exactly you do mean?

Exactly that.  When SCAN_DEAD is set, we pretend that the dead
code has in fact been removed, and compute life accordingly.

> BTW why the dead store removal is integrated in register liveness analysis?

Why not?  The one affects the other.



r~


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