Is there a way to get a list of functions that get inlined by

Nick Sabalausky a at a.a
Mon Feb 8 12:26:56 PST 2010


"bearophile" <bearophileHUGS at lycos.com> wrote in message 
news:hkpiai$2kt6$1 at digitalmars.com...
> Scorn:
>> The only things i figured out so far is that functions across modules do
>> not seem to get inlined (i don't know if this is the case in general)
>> which would be really bad. Another thing which i believe is that
>> functions / methods which contain ref parameters are never inlined at
>> all (which is again really annoying since it's not a clever way passing
>> huge structs by value).
>
> Use LDC (D1), you will note a significant improvement over DMD.
>

Unless you're on windows. 




More information about the Digitalmars-d-learn mailing list