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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,355f90547d1b4b5 X-Google-Attributes: gid103376,public From: Corey Ashford Subject: Re: PRECOMPILATION Date: 1999/02/10 Message-ID: <36C0F318.71B8F942@rocketmail.com>#1/1 X-Deja-AN: 442657472 Content-Transfer-Encoding: 7bit References: <918556681.260459@dedale.pandemonium.fr> <1999Feb9.081125.1@eisner> <36C08503.510FE86B@magic.fr> <36c0b371.307347@news.pacbell.net> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Rational Software Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-10T00:00:00+00:00 List-Id: Tom Moran wrote: > > >AFAIK aonix is the only compiler which swaps fields in a record > I think Rational Apex also optimizes record layout unless you overide > with a rep clause. Yes, or if you supply a "pragma convention(C, ...)" to the record type. This latter method is a bit easier since record rep specs can be troublesome to maintain. - Corey