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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5fae12a81834f90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-23 11:06:58 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!hub.org!hub.org!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.frmt1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: AdaYY wish list from current projects References: X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 23 Feb 2001 19:06:18 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 982955178 24.20.190.201 (Fri, 23 Feb 2001 11:06:18 PST) NNTP-Posting-Date: Fri, 23 Feb 2001 11:06:18 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:5487 Date: 2001-02-23T19:06:18+00:00 List-Id: > head_len at 0 range 0 .. 3; -- or 4 .. 7 depending on the bit order. > ... > payload at head_len*4 range 0 .. packet_len - 32*head_len; I would expect the compiler to generate code for a static layout, but surely the code for the above is asking a lot. The compiler does a lot for you, but there are limits.