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: [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


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