An array()/map inlining problem

bearophile bearophileHUGS at lycos.com
Wed Sep 8 04:09:23 PDT 2010


Jonathan M Davis:
> Inlining should _never_ affect the compilability of a program. It should be 
> essentially invisible to programmer. It might be visible if you examined the 
> actual assembly or resultant binary, and hopefully -inline makes your program 
> faster, but what errors you do or don't get and the semantics of your program 
> should be identical. This is most definitely a bug.

http://d.puremagic.com/issues/show_bug.cgi?id=4841

Bye,
berarophile


More information about the Digitalmars-d-learn mailing list