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,3db17e1869f3a33d X-Google-Attributes: gid103376,public From: pautet@email.enst.fr (Laurent Pautet) Subject: Re: Ada95 Streams Question Date: 1996/07/01 Message-ID: <4r88do$cl8@scapin.enst.fr>#1/1 X-Deja-AN: 163074760 sender: pautet@scapin.enst.fr references: <9606232338.AA12517@nile.gnat.com> <4r0ph3$2clm@info4.rus.uni-stuttgart.de> content-type: text/plain; charset=iso-8859-1 organization: Ecole Nationale Superieure des Telecommunications mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-07-01T00:00:00+00:00 List-Id: Robert Dewar wrote: > > There is no need to rebuild the compiler, this is strictly a runtime > routine. Of course, as usual, you should compile with -gnatn to avoid > overheads from extra calls to these small routines in the runtime library. Are you sure ? I think that for instance, arrays are always marshalled into a stream array rounded up to 4 bytes. For instance, a 13 bytes array is mapped onto a 16 bytes stream array. Therefore, you need to modify the compiler. -- -- Laurent