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,2308afbbe4ecec0b X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: What is a Display ? (was: Subverting 'Access for Sub-programs) Date: 1999/08/05 Message-ID: <1999Aug5.175752.1@eisner>#1/1 X-Deja-AN: 509349308 X-Nntp-Posting-Host: eisner.decus.org References: <37A71EF1.2201@dera.gov.uk> <37A7FDE8.4F5@dera.gov.uk> <7o9vrv$qgt$1@wanadoo.fr> <7oc5ih$6mb$1@wanadoo.fr> <7occq3$g9v$1@nnrp1.deja.com> <7ocra4$s8o$1@nnrp1.deja.com> X-Trace: news.decus.org 933890295 18093 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-08-05T00:00:00+00:00 List-Id: ... in the context of the following comments: In article <7ocra4$s8o$1@nnrp1.deja.com>, Robert Dewar writes: > Remember that Ada 83 was biased towards making the use of > displays efficient (this is in fact why Steelman prohibited > the language from containing subprogram pointers). > > Remember that the decision not to allow pointers to nested > procedures in Ada 95 was based on implementation difficulties > with displays. You can second guess this non-technical decision > if you like, but for example, I have heard Aonix folk say that > the current Object Ada would have been significantly impacted > had the decision been made any other way. > > Remember that Pascal and Algol semantics definitely IS tricky > for displays, as is well known (nearly all Pascal compilers > use static links).