[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Jump Tables for Switch/Case and Computed Goto
- From: Rob Kendrick <rjek@...>
- Date: Tue, 6 May 2014 14:22:31 +0100
On Tue, May 06, 2014 at 06:11:54AM -0700, Coda Highland wrote:
> It should be telling that INTERCAL uses COME FROM.
Many DSPs have an instruction that is essentially "COME FROM" as it
allows very cheap for-style loops. You say, "Execute the next X
instructions Y times" in a single op-code, and off it goes.
B.