[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Array Register Analog in MCL?



Is there something in MCL that is analogous to array registers on the Lisp
Machine?

What is needed is a aref that works on one dimensional arrays and does not
perform
bounds each reference.  This provides an optimization when the calling code has
already determined the array length.