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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b5b40006550b942 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-05 02:41:03 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!news-out.visi.com!green.octanews.net!news-out.octanews.net!news.glorb.com!news2.telebyte.nl!news1.spb.su!newsfeed.gamma.ru!Gamma.RU!Radio-MSU.net!comstar.ru!teleglobe.net!151.99.250.105.MISMATCH!news.finmeccanica.it!not-for-mail From: "Davide" Newsgroups: comp.lang.ada Subject: Re: data types & efficiency Date: Fri, 5 Mar 2004 10:57:39 +0100 Organization: Finmeccanica Message-ID: References: <5ohg40ls073v1b5d8idail4t365f57l8os@jellix.jlfencey.com> NNTP-Posting-Host: 192.168.54.114 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:6074 Date: 2004-03-05T10:57:39+01:00 List-Id: "Vinzent 'Gadget' Hoefler" wrote: >3) Declare the type by specifying its range and let the compiler >figure out what could be more efficient on the hardware. unfortunately I *must* specify the 'SIZE of each data type or subtype.