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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6353697ffeb79d16 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!i41g2000vbn.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Encapsulating Ada.Direct_IO Date: Thu, 18 Nov 2010 01:46:35 -0800 (PST) Organization: http://groups.google.com Message-ID: <0e7ffda5-070c-4441-8fe0-ba33ce2224e7@i41g2000vbn.googlegroups.com> References: <5ba4147a-6099-4a05-b548-09544f58247a@j18g2000yqd.googlegroups.com> NNTP-Posting-Host: 137.138.182.236 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1290073595 24892 127.0.0.1 (18 Nov 2010 09:46:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 18 Nov 2010 09:46:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i41g2000vbn.googlegroups.com; posting-host=137.138.182.236; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:15577 Date: 2010-11-18T01:46:35-08:00 List-Id: On 18 Lis, 02:16, "Randy Brukardt" wrote: > Surely not. Not all machines have 8-bits as any sort of native type. For > instance, the Unisys U2200 (a 36-bit machine, with 9-bit bytes) used > Character'Size = 9. You have used present for "not all machines have" and past for "Unisys used". :-) Now let's synchronize these statements - what is the actual *current* status of this niche? Is it still relevant enough in the industry to justify standardization effort at the level of programming languages and development effort at the level of user programs? What would happen if we just assumed 8 as a common denominator for the granularity of storage for any type (in particular Character'Size = 8) and just moved on? -- Maciej Sobczak * http://www.inspirel.com