Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!samsung!uunet!snorkelwacker!mit-eddie!uw-beaver!sumax!nwnexus!pilchuck!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.os.msdos.programmer Subject: Re: Virtual Memory for the Heap Message-ID: <2616@dataio.Data-IO.COM> Date: 6 Aug 90 18:41:14 GMT References: <2698@mindlink.UUCP> Organization: Data I/O Corporation; Redmond, WA Lines: 16 In article <2698@mindlink.UUCP> a35@mindlink.UUCP (Bruce Atherton) writes: >6600m00n@ucsbuxa.ucsb.edu (Rob Blair) writes: << The main problem with swapping data is that << it is accessed 'asyncronously'. i.e. You never know when you will need << to be in, since pointers can point anywhere. Code is always accesed << with calls, and can be routed through a overlay maneger.