Am 18.05.2014 10:02, schrieb bearophile:
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
Which you can only do if the compiler can see the whole code. It doesn't work in binary libraries. -- Paulo
