07.02.2017, 20:03, "Vincas Dargis" <[email protected]>: > 2017.02.06 18:38, Thiago Macieira rašė: >> Yes, but it's very hard to measure. I do agree in shrinking our code however >> much we can (which is why I'd like to suppress the unwind tables >> completely). > > Sorry for off-topic, but I wonder, have anyone measured how Qt modules > sizes differs with and without `noexcept` being in effect?
It's not about size only, having exceptions enabled makes some compiler optimizations impossible, because new paths of execution flow become possible. > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
