https://bugs.kde.org/show_bug.cgi?id=400687
--- Comment #21 from Christoph Cullmann <cullm...@kde.org> --- > Are variables put on the stack faster than calling the C++ new operator for > object construction? :=) You can keep asking that, and for close to any case putting stuff on the stack will be faster than triggering a heap allocation, this still not justifies to start to change the complete code base, as each and every change needs to be reviewed and in most cases it just doesn't matter for the performance on the whole. -- You are receiving this mail because: You are watching all bug changes.