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: 109fba,b87849933931bc93 X-Google-Attributes: gid109fba,public X-Google-Thread: 1108a1,b87849933931bc93 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,b87849933931bc93 X-Google-Attributes: gid103376,public X-Google-Thread: 114809,b87849933931bc93 X-Google-Attributes: gid114809,public X-Google-Thread: f43e6,b87849933931bc93 X-Google-Attributes: gidf43e6,public From: Thierry Goubier Subject: Re: What is wrong with OO ? Date: 1997/01/12 Message-ID: #1/1 X-Deja-AN: 209321165 references: <5acjtn$5uj@news3.digex.net> <32D11FD3.41C6@wi.leidenuniv.nl> <32D53473.4DAA423A@eiffel.com> content-type: TEXT/PLAIN; charset=US-ASCII organization: ENST de Bretagne, Brest FRANCE mime-version: 1.0 newsgroups: comp.lang.c++,comp.lang.smalltalk,comp.lang.eiffel,comp.lang.ada,comp.object,comp.software-eng Date: 1997-01-12T00:00:00+00:00 List-Id: On 11 Jan 1997, Piercarlo Grandi wrote: [On the subject of inlining by the compiler, with B. Meyer] > Ideally a compiler would use profiling feedback to evaluate whether it > is worth inlining a procedure at a given call site, by running the > program with an without (this check ought to be done for each procedure > at each call site for which is is possible, and every combination > thereof :->). I believe this technology already exists, for example in the Self 3.0 and 4.0 inlining compilers. Things like polymorphic inline caches may be used as a tool to record profiling information for the compiler. But I should let interested people look the Cecil/Vortex project to see how this may be used in static compilation. What Chambers describes seems to be relevant to this thread. A pointer is : http://www.cs.washington.edu/research/projects/cecil/www/Overview/overview_1.html Thierry. ___________________Thierry.Goubier@enst-bretagne.fr__________________ Je ne suis pas un patriote car je n'ai pas peur de l'etranger I'm not a patriot because I don't fear foreigners http://www-info.enst-bretagne.fr/~goubier/