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-Thread: 103376,6353697ffeb79d16 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!a30g2000vbt.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Encapsulating Ada.Direct_IO Date: Fri, 19 Nov 2010 08:19:25 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5ba4147a-6099-4a05-b548-09544f58247a@j18g2000yqd.googlegroups.com> <8bb3a7c0-c473-4c35-bc6e-3920ce80e6a8@q36g2000vbi.googlegroups.com> <1ky7nsia9ahcg$.16m348t3t0y2l$.dlg@40tude.net> <605485uk2kwv.h7xxls3b1ce7.dlg@40tude.net> NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1290183565 5377 127.0.0.1 (19 Nov 2010 16:19:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 19 Nov 2010 16:19:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a30g2000vbt.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16586 Date: 2010-11-19T08:19:25-08:00 List-Id: On Nov 19, 12:24=A0am, "Dmitry A. Kazakov" wrote: > On Thu, 18 Nov 2010 21:57:10 -0800, Dennis Lee Bieber wrote: > > On Thu, 18 Nov 2010 18:05:49 +0100, "Dmitry A. Kazakov" > > declaimed the following in comp.lang.ada: > > >> On Thu, 18 Nov 2010 08:31:20 -0800 (PST), Adam Beneschan wrote: > > >>> Then there was a > >>> DEC machine that used 36-bit words and represented strings by stickin= g > >>> five 7-bit ASCII characters in each word, but I don't remember much > >>> else. > > >> RADIX-50? > > >>http://en.wikipedia.org/wiki/DEC_Radix-50 > > > =A0 =A0Why bother... 5 * 7bit =3D> 35bits, easily fits into a 36bit wor= d with > > one left over! > > Because 3*7 =3D 21 >> 16. Under RSX-11, RT-11 they packed 3 file name > characters into one 16-bit word. With 64K address space that was importan= t. Yeah, I remember the -11. Cute little machines. The 36-bit one I was referring to was, I think, DEC-10; my recollection is that the instruction set contained instructions that would let you stuff characters of any size (including 7 bits) into words until it couldn't fit any more and then go to the next word. -- Adam