This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Computed gotos
- From: dewar at gnat dot com (Robert Dewar)
- To: gcc at gcc dot gnu dot org, paul at nowt dot org
- Date: Fri, 27 Jun 2003 15:50:02 -0400 (EDT)
- Subject: Re: [tree-ssa] Computed gotos
> Is this kind of thing ever likely to work reliably and efficiently?
> I could probably rearrange things so we end up with a switch statement
> containing normal gotos. This would eliminate the need for indirect jumps
> altogether. Maybe this is the way to go?
Absolutely, computed gotos are an abomination in most cases