
23 Sep
2010
23 Sep
'10
10:01 p.m.
On Thu, Sep 23, 2010 at 9:22 PM, Milan Straka
I in fact expected this outcome -- it is not inlining itself that is beneficial, it is the _specialization_ (which happens during inlining if possible).
Does that mean that instead of INLINEABLE, we need SPECIALIZABLE? SPECIALIZABLE would be like the SPECIALIZE pragma, but for all types that are used throughtout a program. The bloat would be proportional to the number of data types, not of function uses. Cheers! =) -- Felipe.