This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with jump tables
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: "S. Bosscher" <S dot Bosscher at student dot tudelft dot nl>
- Cc: "'gcc at gcc dot gnu dot org '" <gcc at gcc dot gnu dot org>
- Date: Tue, 21 Oct 2003 14:36:15 +0200
- Subject: Re: Problem with jump tables
- References: <4195D82C2DB1D211B9910008C7C9B06F01F373BD@lr0nt3.lr.tudelft.nl>
> Considering the number of problems there've been with orphaned jump
> tables, perhaps teaching cleanup_cfg to clean them up would be best.
cleanup_cfg can clean them up, but only if it has "optimized" the CFG, which
is not the case here. I assume it's a design decision, so I think I'll call
delete_dead_jumptables() on an ad-hoc basis.
Thanks for the answer.
--
Eric Botcazou