by Barry Kelly <barry.j.kelly@[EMAIL PROTECTED]
>
Mar 14, 2008 at 02:55 PM
J|rgen Bvhm wrote:
> Of what general type is the dependence of the size of compiled code
> to the size of the respective source code?
Depending on the features of the language (e.g. macros (esp. recursive
macros), templates, generics) the function may be superlinear, depending
on the program content. Obviously, some other features have higher
constant factors than others. As a result, I think that any function you
derive will probably be quite sensitive to the particular feature mix
that is characteristic of the developers of the source you measure.
-- Barry
--
http://barrkel.blogspot.com/