[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: GLS@MIT-AI
- Date: Fri ,17 Feb 79 16:19:37 EDT
Not sure how important this is, but I note that certain microcode
routines might be made faster by avoiding needless redundant memory
references when a CAR and then a CDR is taken. If the CAR of a memory
location has been taken, then presumably the needed CDR-code is available
and so need not be re-fetched. If this is the case, then maybe
MEMQ, ASSQ, GET, SELECT-METHOD, etc. can be bummed some.