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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ce5d58cbd667531 X-Google-Attributes: gid103376,public From: demer@hc17031.hcsd.ca (David Emery) Subject: Re: Conversion factor for Ada 95 Date: 1997/02/14 Message-ID: #1/1 X-Deja-AN: 218822519 Sender: demer@hc17031.hcsd.ca References: <3300EAB6.47C6@csehp1.mdc.com> Organization: HCSD Newsgroups: comp.lang.ada Date: 1997-02-14T00:00:00+00:00 List-Id: Perhaps more importantly, you need to factor in generics. After all, a generic instantiation (one line of source code) can generate megabytes of machine code. (I spent the last 3 months reworking a generic where every instantiation produced about 350kb of machine code, and we expected about 250 instantiations. So that's 87.5mb. If memory costs $100/16mb, that's $500 per workstation. Multiply this times 250 workstations, and you're talking some real money here...) dave -- Note: if email to me bounces, use 'emery@grebyn.com'