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

[no subject]



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