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,81b62fa6e95ab58b X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: aliased & packed? Date: 1997/05/13 Message-ID: #1/1 X-Deja-AN: 241443026 References: <5l5llv$4e@lotho.delphi.com> <3376B2F0.7CE4@bix.com> <1997May13.065907.1@eisner> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-05-13T00:00:00+00:00 List-Id: Larry said <> One further comment on this issue. If you use 8-bit characters, it is not so bad to load and store 8-bits. What is truly horrible is guaranteeing independence. That is very expensive. BUT, the pragma Pack, even if it does not make any difference from a storage representation point of view, does mean that you no longer have to provide independence -- so this is the very valuable function of pragma Pack on things like char_array and string.