Would you trade 0.1% in performance for a better debugging experience?

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Fri Dec 5 08:21:25 PST 2014


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.


More information about the Digitalmars-d mailing list