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: [tree-ssa] Unlink_block x gc


> Hello,
> 
> prev_bb and next_bb are marked as chain_next and chain_prev; thus they
> must always form a double-linked list, and therefore we must reset them
> in the unlink_block.
> 
> Commited as obvious.

Why the unliked basic block remainied reachable to the garbage
collector?  Is there some sane reason for referencing dead basic block?

Honza


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