[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Array Register Analog in MCL?
- To: info-mcl@digitool.com
- Subject: Array Register Analog in MCL?
- From: JCMA@ai.mit.edu (John C. Mallery)
- Date: Sat, 13 May 1995 20:12:30 -0400
- Sender: owner-info-mcl@digitool.com
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.