On Thursday, 4 December 2014 at 22:11:36 UTC, Martin Nowak wrote:
If it were only 0.1% at maximum for any code, it wouldn't be a problem. But enabling stack traces would make a std.simd module which would only consists of tiny leaf functions basically unusable.

Traditionally it doesn't prevent inlining. Inlined functions will disappear from the stack trace, but most of it will stay.

Reply via email to