On Sunday, 18 May 2014 at 08:02:59 UTC, bearophile wrote:
deadalnix:If the machine code is the same, the function can be merged by the optimizer.But in general isn't it more efficient to not generate bloat instead of generating it, detecting it, and removing it?Bye, bearophile
Yes, that is not the most efficient way :D Hopefully, this can be done AOT so that is ok.
