comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@world.std.com>
Subject: Re: Streams in Ada
Date: Tue, 3 Apr 2001 23:21:52 GMT
Date: 2001-04-03T23:21:52+00:00	[thread overview]
Message-ID: <wccn19x6032.fsf@world.std.com> (raw)
In-Reply-To: 87r8z9j1dw.fsf@deneb.enyo.de

Florian Weimer <fw@deneb.enyo.de> writes:

> "Marin David Condic" <marin.condic.auntie.spam@pacemicro.com> writes:
> 
> > I suppose that may be what it would be if you thought of the *LARGEST*
> > addressable unit - but going the other direction is I think what was
> > intended.
> 
> No, the smallest unit which ordinarily hits the memory bus on the
> message I'm typing is 32 octets -- a cache line. ;-)
> 
> > AFAIK, Alphas will address a single byte
> 
> In standardeese, you're correct (a byte is commonly defined as the
> smallest addressable storage unit),

Perhaps nowadays, but in the old days, that wasn't true.  People talked
about "byte addressable", meaning you can address bytes (whatever that
means -- 8 bits?  something smaller than a word?).

>... but if you mean a single octet,
> I don't think so, AFAIK, the original Alpha CPU doesn't have this
> feature.  (Modern CPUs which also can operate in a PC-like environment
> probably have octet) Can anyone shed some light on this issue?

An address on the Alpha points to a single octet (8-bit byte).  The
original Alpha had no instructions for loading a byte, but I would still
call it an "addressable unit".  So on Alpha, an Ada compiler ought to
define:

    Storage_Unit = 8
    Word_Size = 64

- Bob



  reply	other threads:[~2001-04-03 23:21 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-31 14:49 Streams in Ada chris.danx
2001-03-31 15:22 ` chris.danx
2001-03-31 21:37   ` Jeff Creem
2001-03-31 21:49     ` chris.danx
2001-03-31 22:21       ` Robert A Duff
2001-03-31 22:33         ` chris.danx
2001-04-02 13:47         ` Ted Dennison
2001-04-02 14:03           ` Florian Weimer
2001-04-02 14:29             ` Ted Dennison
2001-04-02 14:54               ` Robert A Duff
2001-04-02 14:47             ` Marin David Condic
2001-04-02 15:10               ` Florian Weimer
2001-04-02 15:49                 ` Ted Dennison
2001-04-02 16:57                   ` Marin David Condic
2001-04-02 17:43                     ` PDP-10, was " tmoran
2001-04-02 17:49                     ` Robert A Duff
2001-04-02 22:09                       ` 6-bit characters (was: Re: Streams in Ada) Jeffrey Carter
2001-04-02 23:29                         ` Robert A Duff
2001-04-03 16:41                           ` Jeffrey Carter
2001-04-03 17:57                             ` Florian Weimer
2001-04-03 18:19                               ` Marin David Condic
2001-04-05 18:37                                 ` Tucker Taft
2001-04-03 18:04                             ` Marin David Condic
2001-04-06 22:40                             ` Robert A Duff
2001-04-03 14:10                         ` Marin David Condic
2001-04-03  1:57                       ` Streams in Ada Larry Kilgallen
2001-04-03 14:13                         ` Marin David Condic
2001-04-13 23:21                         ` Robert A Duff
2001-04-02 17:41                   ` Florian Weimer
2001-04-02 18:17                     ` Robert A Duff
2001-04-02 19:36                       ` Marin David Condic
2001-04-02 20:54                         ` Robert A Duff
2001-04-03 10:10                         ` Florian Weimer
2001-04-03 14:21                           ` Marin David Condic
2001-04-03 18:15                             ` Florian Weimer
2001-04-03 23:21                               ` Robert A Duff [this message]
2001-04-02 21:13                       ` Florian Weimer
2001-04-02 21:22                         ` Robert A Duff
2001-04-03 10:02                           ` Florian Weimer
2001-04-02 16:42                 ` Marin David Condic
2001-04-13  5:00                 ` David Thompson
2001-03-31 20:48 ` James Rogers
2001-03-31 21:20   ` chris.danx
2001-03-31 21:22     ` chris.danx
2001-03-31 23:10     ` David C. Hoos, Sr.
2001-04-01 11:27       ` chris.danx
2001-04-02 14:12     ` Ted Dennison
2001-04-02 14:00   ` Ted Dennison
  -- strict thread matches above, loose matches on Subject: below --
2001-04-05 14:24 Brian Gaffney
2001-04-06 22:54 ` Robert A Duff
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox