Problem with jump tables

Eric Botcazou ebotcazou@libertysurf.fr
Tue Oct 21 14:40:00 GMT 2003


> 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



More information about the Gcc mailing list