[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling ooc-951220
> Date: Tue, 9 Jan 96 06:34:42 EST
> From: Mike Griebling <grieblm@trt.allied.com>
>
> Couldn't you use a disk-based GSA tree where only the current procedure
> is kept in RAM. All other procedures are stored on disk. This would be
> a poor man's virtual memory. That way you could still resolve references
> to any procedures, they just have to be loaded on demand.
>
Forget it. Three reasons:
1) Damned slow.
2) Not necessary.
3) I'd have to implement this particular way of exporting and
importing GSA...
-- mva