[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Thu, 8 Feb 79 09:42:00 GMT
- Original-date: 8 FEB 1979 0442-EST
Can lisp please be fixed to optimize *REARRAY in the following ways:
[1] If the array is being made smaller, just mung the header and leave
the data.
[2] If the array is to be extended and the space exists contiguously
after the current end of the array, the header should be changed
and the extra space zero'd.
Please excuse (explain?) any bugs in my model of things, but I am hoping
something like this can be done. Loading of Fortran subroutines will
have to do moby *REARRAY'ing on occasion and it would be nice to have it
be smart...
Thanx. -kmp