inlining or not inlining...

Trass3r un at known.com
Wed Feb 9 06:53:38 PST 2011


> This howto would start by describing most common and/or most critical criteria for the compiler to /not/ inline a given func.

Well if I read the code correctly:
- inline assembler
- variadic functions (string s, ...)
- synchronized
- imported functions
- functions with closure vars
- virtual functions that aren't final
- functions with out, ref or static array parameters
- functions with more than 250 elementary expressions


More information about the Digitalmars-d mailing list