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: fac41,2c6139ce13be9980 X-Google-Attributes: gidfac41,public X-Google-Thread: 103376,3d3f20d31be1c33a X-Google-Attributes: gid103376,public From: Franck Arnaud Subject: Re: Interface/Implementation (was Re: Design by Contract) Date: 1997/09/05 Message-ID: <340FF13A.98C@stratus.com>#1/1 X-Deja-AN: 269977033 References: <340F20A0.49B5@ac3i.dseg.ti.com> Organization: (not speaking for any) Newsgroups: comp.lang.ada,comp.lang.eiffel Date: 1997-09-05T00:00:00+00:00 List-Id: John G. Volan: > This can result in an unnecessary run-time performance penalty when > a given program includes only one concerete implementation class for > a given abstract class (unless your programming environment is able > to detect and optimize this situation). All Eiffel compilers do that optimisation (and they have to as any routine could be polymorphic).