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,38159b1b5557a2e7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-24 11:32:21 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!news.state.mn.us!arclight.uoregon.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!attbi_feed3!attbi.com!attbi_s03.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Standard Ada Preprocessor References: <401272E3.4040506@noplace.com> X-Newsreader: Tom's custom newsreader Message-ID: <8LzQb.12619$U%5.77885@attbi_s03> NNTP-Posting-Host: 67.161.24.134 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1074972740 67.161.24.134 (Sat, 24 Jan 2004 19:32:20 GMT) NNTP-Posting-Date: Sat, 24 Jan 2004 19:32:20 GMT Organization: Comcast Online Date: Sat, 24 Jan 2004 19:32:20 GMT Xref: archiver1.google.com comp.lang.ada:4782 Date: 2004-01-24T19:32:20+00:00 List-Id: >Rep clauses are ugly in the sense that "In A Perfect World" we'd want to >let the compiler worry about how to represent data. Inherently, they >make the code compiler and target dependent. By their very existence, >you can't just hand someone some body of code and say "Trust me. It will I don't understand what you use rep clauses for. I normally use them when a data structure must be shared outside my program, by a hardware device, an OS call, another program, etc. For those, the rep clause does not change when you change compiler or target machine - unless your target *requires* a change because it demands a different representation. Not even a perfect compiler could do that automatically.