[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Jump Tables for Switch/Case and Computed Goto
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 6 May 2014 09:13:38 +0200
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>