Groups | Search | Server Info | Login | Register
Groups > comp.lang.pascal.borland > #114
| From | Marco van de Voort <marcov@toad.stack.nl> |
|---|---|
| Newsgroups | comp.lang.pascal.borland |
| Subject | Re: Memory, objects, and TCollections |
| Date | 2012-07-25 12:10 +0000 |
| Organization | Stack Usenet News Service |
| Message-ID | <slrnk0voh4.2mf0.marcov@toad.stack.nl> (permalink) |
| References | <45fb5804-296d-43f4-bd0d-ec3d109a5d27@y12g2000yqe.googlegroups.com> <slrnk0oqt8.1kcg.marcov@toad.stack.nl> <7efa8ee5-eb59-4232-ba0e-c648a2a96a9a@z19g2000vbe.googlegroups.com> |
On 2012-07-23, Jim Leonard <mobygamer@gmail.com> wrote: > On Jul 22, 4:07?pm, Marco van de Voort <mar...@toad.stack.nl> wrote: >> Basically all I can think of is using upper memory blocks (since the limit >> is 1MB not 640k) and (data) overlays. > > You can use overlays for data? Same principle. Code overlay is based that some code is only needed at certain times. One can do the same for data, page data into the EMS pageframe when needed. This is mostly explicit though. (iow you have the responsibility to do it at the same time). XMS and EMS arrays are more or less based on this.
Back to comp.lang.pascal.borland | Previous | Next — Previous in thread | Next in thread | Find similar
Memory, objects, and TCollections Jim Leonard <mobygamer@gmail.com> - 2012-07-22 11:02 -0700
Re: Memory, objects, and TCollections Marco van de Voort <marcov@toad.stack.nl> - 2012-07-22 21:07 +0000
Re: Memory, objects, and TCollections Robert AH Prins <spamtrap@prino.org> - 2012-07-23 02:31 +0000
Re: Memory, objects, and TCollections Jim Leonard <mobygamer@gmail.com> - 2012-07-23 11:33 -0700
Re: Memory, objects, and TCollections Marco van de Voort <marcov@toad.stack.nl> - 2012-07-24 16:20 +0000
Re: Memory, objects, and TCollections Jim Leonard <MobyGamer@gmail.com> - 2012-07-26 14:19 -0700
Re: Memory, objects, and TCollections Marco van de Voort <marcov@toad.stack.nl> - 2012-07-27 10:46 +0000
Re: Memory, objects, and TCollections Jim Leonard <mobygamer@gmail.com> - 2012-07-23 11:42 -0700
Re: Memory, objects, and TCollections Marco van de Voort <marcov@toad.stack.nl> - 2012-07-25 12:10 +0000
Re: Memory, objects, and TCollections Jim Leonard <MobyGamer@gmail.com> - 2012-07-26 14:21 -0700
Re: Memory, objects, and TCollections Marco van de Voort <marcov@toad.stack.nl> - 2012-07-27 11:13 +0000
csiph-web