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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx31.iad.POSTED!not-for-mail From: Shark8 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:30.0) Gecko/20100101 Thunderbird/30.0a1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Rough proposal to make some generic types static References: <45b2d813-f991-4c1c-b280-a1037bae8a66@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@teranews.com NNTP-Posting-Date: Mon, 21 Jul 2014 22:06:20 UTC Organization: TeraNews.com Date: Mon, 21 Jul 2014 16:06:19 -0600 X-Received-Bytes: 1299 X-Received-Body-CRC: 1196983104 X-Original-Bytes: 1314 Xref: number.nntp.dca.giganews.com comp.lang.ada:187763 Date: 2014-07-21T16:06:19-06:00 List-Id: On 21-Jul-14 15:54, Adam Beneschan wrote: > There are lots of systems out there where memory space is severely limited. > And I think that was part of the intended market when Ada was designed. The other case where shared-generics can be useful is where you need to verify the output-objects of the compiler... being able to do this once for all instantiations would be a win in the long run.