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

[no subject]



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.