[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
array - space
- To: franz-friends@Berkeley
- Subject: array - space
- From: MOHAN@USC-ECLC.ARPA
- Date: Mon, 10 Dec 84 20:03:06 GMT
- Cc: mohan@USC-ECLC.ARPA
- Original-date: Mon 10 Dec 84 12:03:06-PST
I am working with images stored as fixnum arrays (with delta =1 i.e. four
pixels packed into a word) aux as unmarked arrays. (I am on a VAX under
Eunice). How do I deallocate the array-space once I am done with it?
(I use small-segment to allocate space for the array).
Also I would appreciate any pointers of how to speed up programs with
nested do loops (order of 512x512 x(5 x 5) itterations).
Thanks,
-Rakesh Mohan.
-------