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,74a56083ffbe573d X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Zoo question Date: 1996/08/25 Message-ID: #1/1 X-Deja-AN: 176397006 references: <321207F7.4D24@lmtas.lmco.com> <4v1m7n$8du@zeus.orl.mmc.com> <32185D2A.167EB0E7@escmail.orl.mmc.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-08-25T00:00:00+00:00 List-Id: Ted Dennison says, referring to the Zoo example "...or the check could be placed around the next USE of the value. This could well be a useful optmization in some circumstances." This transformation is only allowed if it is semantically invisible, and hence does not need to enter into a discussion of the semantics of the Zoo program. note in particular that such a transformation is not permitted if it changes any external effect, or if it moves a CE outside the current frame.