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,ac6f6c30c45f808a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 15 Jan 2005 12:54:27 -0600 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Ada equivalent for C-pointer? References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Sat, 15 Jan 2005 12:54:27 -0600 NNTP-Posting-Host: 67.161.24.234 X-Trace: sv3-A7smpyDTZ/FpPtdoDMqwHUjME0Kbi4MKlPFqlkBonpIhUbRUJBA/1qizqe4Y8u9fMzOocimk8nib+lP!GePY3BfSc+B7H3Ilc+dClIhLYfxJQZMgcOXqK/8M5lB+GelwKLLCqRajIzoLfA== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.22 Xref: g2news1.google.com comp.lang.ada:7827 Date: 2005-01-15T12:54:27-06:00 List-Id: >However, in 32-bit segmented mode, a far pointer comprises a 32-bit offset >plus a 16-bit segment selector. These are stored in memory in a format which >is 64 bits in size (16 bits are wasted). Which compilers waste memory like that?