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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,54e6f3bfd18d2769 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: Pointer function parameter Date: 2000/11/03 Message-ID: <874s1oln12.fsf@deneb.enyo.de>#1/1 X-Deja-AN: 689559141 References: <8ss92s$6fs$1@nnrp1.deja.com> <39F473DD.1CBAE902@cepsz.unizar.es> <39F5A744.CB20A0FD@cepsz.unizar.es> <3A0059E8.C1F2E1FD@mail.com> Organization: Enyo's not your organization Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-11-03T00:00:00+00:00 List-Id: Mats Weber writes: > Robert A Duff wrote: > > > [...] (The hardware folks > > are getting closer and closer to infinite-sized memories all the time, > > but they still have a long way to go. [...] > > So, you are saying that Inifity - 1 Gig < Infinity - 64 K ? :-) In "Structure and Interpretation of Computer Programs", there is an interesting remark that at some time in the future, garbage collection (and storage reclamation in general) might become irrelevant because computers will be shipped with RAM so big that they can't touch every storage location during their lifetime. (To be honest, I don't know if the authors are kidding here, or if they really believe in this weird idea.)