foreach thoughts

Kagamin spam at here.lot
Thu Jan 16 06:26:48 PST 2014


On Wednesday, 15 January 2014 at 01:28:26 UTC, Manu wrote:
> You can't step a -O build, or inspect the value of most 
> variables. So you
> can't really debug.

The problem with optimizations is that code mutates a lot. Can 
you expect the debugger to step through inlined functions? Loop 
merging can be even more evil in this regard.


More information about the Digitalmars-d mailing list