https://issues.dlang.org/show_bug.cgi?id=15671

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Walter Bright <[email protected]> ---
The compiler is using a heuristic of "if the amount of code in a function is
above a certain threshold, then it is not inlined." The idea is that the
overhead of a function call becomes small when the size of the function is
large. Where the code came from is irrelevant.

--

Reply via email to