Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!akgua!mcnc!rti-sel!sas!walker From: walker@sas.UUCP (Doug Walker) Newsgroups: net.micro.amiga Subject: Re: Spreadsheet memory useage Message-ID: <168@sas.UUCP> Date: Mon, 8-Sep-86 10:27:36 EDT Article-I.D.: sas.168 Posted: Mon Sep 8 10:27:36 1986 Date-Received: Wed, 10-Sep-86 07:14:02 EDT References: <529@zinfandel.UUCP> Distribution: net Organization: SAS Institute Inc. Cary, NC Lines: 13 Summary: Overlays In article <529@zinfandel.UUCP>, donw@zinfandel.UUCP (Don White) writes: > ** munchies and crunchies ** > > ... Why aren't those programs making > extensive use of overlays? My understanding is that overlaying is a feature > of (at least lattice) C compilers. I find it hard to beleive that a well Overlaying is done by the linker, not the compiler, and output from ANY compiler/assembler/etc can be overlaid. ALINK will not do overlays on the Amiga, but the version in the PC cross-development system will. We're in the process of adding overlays to BLINK, so version 6.? (or maybe 7.?) should do them.