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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3cd797aa3bdcb07b X-Google-Attributes: gid103376,public From: Martin Dowie Subject: Re: performance of Generic and strings Date: 1999/08/16 Message-ID: <37B84E45.67D07B67@dowie-cs.demon.co.uk>#1/1 X-Deja-AN: 513458085 Content-Transfer-Encoding: 7bit X-NNTP-Posting-Host: dowie-cs.demon.co.uk:193.237.34.207 References: <37B18AB6.BBAEF44A@pwfl.com> <7osak8$gph$1@nnrp1.deja.com> <37B1B634.543D131D@pwfl.com> <7ovq7d$km$1@nnrp1.deja.com> <37B4335E.7A69258B@dowie-cs.demon.co.uk> <7p2mha$ufc$1@nnrp1.deja.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 934825495 nnrp-07:6925 NO-IDENT dowie-cs.demon.co.uk:193.237.34.207 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-08-16T00:00:00+00:00 List-Id: depends what you mean by 'new' ;-) - we've been using this version of Apex for about a year, and indeed the old Ada83 R1000 we used all those years ago, didn't offer this (or at least i never came across it in the manuals!). Robert Dewar wrote: > In article <37B4335E.7A69258B@dowie-cs.demon.co.uk>, > Martin Dowie wrote: > > Rational can do either and you can specify which either via > switches > > (environment variables) or a (non-standard) pragma. the > default set is > > for macro expansions. and they advise that trying to use > shared bodies > > may result in inefficient code. > > I trust you are referring to the new Ada 95 Rational technology > here (certainly the Ada 83 Rational technology did do generic > sharing). If Rational allowes full generic sharing in Ada 95, > it is certainly not suprising that they warn that shared bodies > may cause inefficient code :-) > > Sent via Deja.com http://www.deja.com/ > Share what you know. Learn what you don't.