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,b87849933931bc93 X-Google-Attributes: gidfac41,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public From: Richie Bielak Subject: Re: What is wrong with OO ? Date: 1997/01/09 Message-ID: <32D4FFF2.5D1E@calfp.com>#1/1 X-Deja-AN: 208701306 x-nntp-posting-host: host017.nyc.interactive.net references: <5acjtn$5uj@news3.digex.net> <32D11FD3.41C6@wi.leidenuniv.nl> <5b2pmn$ntc@mulga.cs.mu.OZ.AU> x-nntp-posting-user: (Unauthenticated) content-type: text/plain; charset=us-ascii x-trace: 852819920/8678 organization: IBS Interactive, Inc. mime-version: 1.0 newsgroups: comp.lang.eiffel,comp.lang.ada x-mailer: Mozilla 3.0Gold (X11; I; SunOS 5.4 sun4m) Date: 1997-01-09T00:00:00+00:00 List-Id: Fergus Henderson wrote: [...] > I prefer compilers that provides a full range of trade-offs between > (re)compilation speed and the efficiency of the generated code. In > most circumstances, programmers are best served by a compiler that > compiles fast during development (when you want to avoid cross-module > inlining, to avoid unnecessary recompilation) but that can pull out all > stops for the optimized version. > > There are times when you want optimizations yet you want to avoid > cross-module optimizations, but those should be exceptions; > automatic cross-module inlining ought to be the norm. > Optimizations that require global analysis of all the classes of a program at compile time do not work if we need dynamic loading of classes at runtime, because adding a new class to a running system may invalidate optimizer's assumptions. ...richie -- * richieb@netlabs.net - at home | Richie Bielak * * richieb@calfp.com - at work | * * Home page: http://www.netlabs.net/hp/richieb * * "Fight software piracy, use free software!" (me) *