[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Jump Tables for Switch/Case and Computed Goto
- From: Paige DePol <lual@...>
- Date: Tue, 6 May 2014 02:28:41 -0500
On May 6, 2014, at 2:13 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2014-05-06 9:04 GMT+02:00 Paige DePol <lual@serfnet.org>:
>
>> The `goto` statement requires you to know the label you wish to jump
>> to at compile time, while the `jumpto` statement resolves the jump
>> destination at run time using a jump table.
>
> Yet a third possibility has been suggested:
> <https://www.fortran.com/come_from.html>
Well that explains one of the things I did not understand about Karel Tuma's post! ;)
I have never seen the COME FROM proposal before, but I think I know what both sides agreed! LoL!
~pmd~