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,eb420f872d7f3049 X-Google-Attributes: gid103376,public From: Geert Bosch Subject: Re: Boolean array representation question Date: 1997/11/23 Message-ID: <6580q9$4p1$1@gonzo.sun3.iaf.nl>#1/1 X-Deja-AN: 291703312 References: <880170219.81snx@jvdsys.nextjk.stuyts.nl> Distribution: world Organization: La Calandre Infortunee Newsgroups: comp.lang.ada Date: 1997-11-23T00:00:00+00:00 List-Id: Matthew Heaney wrote: To pack the components in contiguous bits by default would mean that it takes a lot longer to access each component (on an architecture in which each bit isn't independently addressable). This still misses the point, I'm afraid. Components of an array (unpacked) must be independently addressable, so different elements of the same array can be concurrently accessed without one task affecting the other. Regards, Geert