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,c1131ea1fcd630a X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Re: To Initialise or not Date: 1996/05/01 Message-ID: <4m8qvl$9p9@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 152489319 distribution: world references: <318508FE.204B@sanders.lockheed.com> <318792E8.28CC1042@escmail.orl.mmc.com> content-type: text/plain; charset=ISO-8859-1 x-xxmessage-id: organization: Royal Melbourne Institute of Technology mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-05-01T00:00:00+00:00 List-Id: Keith Thompson writes: "The only cost would be a simple check on access assignments, which probably could be optimized out in most cases." ...and the cost of modifying all that code that assumes that P1: Pointer_Type; _is_ set to null (yes I know you were talking about running costs, but still...) Dale