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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Your wish list for Ada 202X Date: Wed, 02 Apr 2014 17:01:15 -0700 Organization: Also freenews.netfront.net; news.tornevall.net Message-ID: References: <7f1c01c5-3563-4b94-9831-152dbbf2ecdc@googlegroups.com> <2d62368c-9f64-49f3-98a8-5121d0c0fa23@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Thu, 3 Apr 2014 00:01:17 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="bd5e647da89610f9b7b0763dacbc65f9"; logging-data="4216"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX184wx/Os0cxG/ETSstIysjzt8kjLu0JIJk=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: Cancel-Lock: sha1:JXy8BSrH2tNJEnLM/n7Te7HMHuQ= Xref: news.eternal-september.org comp.lang.ada:19084 Date: 2014-04-02T17:01:15-07:00 List-Id: On 04/02/2014 03:53 PM, Randy Brukardt wrote: > Even on 8-bit and 16-bit processors?? I'd like the language to support any integer type declaration a user is willing to write, regardless of "efficiency". For some such declarations, the compiler can chain together multiple machine "words" as we used to do in the Good Old DaysŪ to get 16-bit integers on 8-bit machines like the 6502. At some the point the compiler should be allowed to use the same representation as Unbounded_Integer, which would implement the unlimited-precision integer package the compiler writer has had to use to write the compiler (or a similar package for the target for cross compilers). Not going to happen, I know, but ... I'd also like a mode in which objects that don't fit on the stack would be automatically put on the heap. -- Jeff Carter "I feel as though somebody stepped on my tongue with muddy feet." Never Give a Sucker an Even Break 112