From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b69a8818c20ab9f X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Y21C Bug Date: 2000/01/06 Message-ID: <2000Jan6.141127.1@eisner>#1/1 X-Deja-AN: 569213411 References: <84nqbo$q28$1@nnrp1.deja.com> X-Trace: news.decus.org 947185891 11503 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 2000-01-06T00:00:00+00:00 List-Id: In article , Robert A Duff writes: > Robert Dewar writes: > >> 1. The ability to declare very large areas of memory with >> commit-on-use semantics. There are many uses of this. I have >> the feeling that a lot of programmers still don't understand >> commit-on-use. > > Commit on use is indeed very cool. > > Do you know which operating systems support it? If by "use" you mean "write", a VMS demand-zero page would seem close to what you are looking for. Having been near a Unix programmer trying to deal with memory mapping, I gather Unix systems can do the same sorts of things, but using different calls for each brand of Unix. Larry Kilgallen