[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Translator
Date: Sat, 15 Sep 90 11:14 EDT
From: Kalman Reti <Reti@WESER.sreti.symbolics.com>
An intermediate strategy is to store the location of the function cell
(LOCF #'rewrite-function) and then use LOCATION-CONTENTS in conjunction with
the APPLY or FUNCALL. This will get the new definition when a redefinition
occurs, but will avoid the paging overhead of having to reference the symbol
(which is likely to be far away from the function cell).
The function cell is *in* the symbol.
- Follow-Ups:
- Translator
- From: RWK@fuji.ila.com (Robert W. Kerns)
- Translator
- From: Reti@Riverside.scrc.symbolics.com
- References:
- Translator
- From: Reti@WESER.sreti.symbolics.com (Kalman Reti)