[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Computed goto's
- To: common-lisp@sail.stanford.edu
- Subject: Computed goto's
- From: shebs%utah-orion@utah-cs.arpa (Stanley T. Shebs)
- Date: Tue, 31 Mar 87 08:25:16 MST
Just for the record, the PSL compiler does produce jump tables out of a
CASE, but there are so many restrictions (enough cases, consecutive small
integers, etc) that as far as I know jump tables only appear in type
dispatching code. Definitely not worth munging a language for...
stan