[llvm-commits] [llvm] r164398 - /llvm/trunk/docs/LangRef.html
Dan Gohman
gohman at apple.com
Fri Sep 21 11:51:05 PDT 2012
On Sep 21, 2012, at 11:33 AM, Hal Finkel <hfinkel at anl.gov> wrote:
>
> So an 'address unit' is always a byte, or just is in this case? I can't
> find this term elsewhere in the language reference, so please define it
> first.
An address unit, which some people call a byte, is the amount of storage
starting at one address and extending to the next consecutive address. On all
systems LLVM supports in-tree today, this is an octet, which other people call
a byte.
However, it really isn't necessary to be this pedantic here at this time, so I
changed the text I added to just use bytes.
Dan
More information about the llvm-commits
mailing list