qt5base-lts/tests/auto/other/compiler
Jędrzej Nowacki beab403d9f Reduce QtCore lib binary size by around ~3KB, by removing template code
Reusing a template is much better then creating a new one, even if it
should inline the same code.

For some reason replacing T* by void* force gcc to remove a few bytes
per template instantiation too, it is not really significant, but it
alows us to simplify the code.

Benchmarks don't show any regressions.

Change-Id: I4fdf1e4dc311b23021eb5758605602937d05b183
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-02-27 12:57:02 +01:00
..
.gitignore Moved autotests in category 'other' into new directory structure 2011-09-09 09:36:41 +02:00
baseclass.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
baseclass.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
compiler.pro all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
derivedclass.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
derivedclass.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tst_compiler.cpp Reduce QtCore lib binary size by around ~3KB, by removing template code 2012-02-27 12:57:02 +01:00