[Cppcms-users] memory footprint for hiding boost
Brought to you by:
artyom-beilis
From: Markus R. <us...@ma...> - 2012-09-14 06:04:11
|
Hello group! Did someone try to measure how much more memory is used when an application using cppcms also uses boost compared to if it would use the same cppcms_boost? I was wondering how much (memory) overhead this is for an embedded platform? (I assume a linker will not load symbols twice, even if the symbol is weak) If the overhead is noticeable, is it planned that boost or cppcms_boost could be used from another location so that it can be shared with the application (not needing ABI compatibility because it is rebuild in the toolchain everytime anyway)? There seem to be some #ifdef CPPCMS_USE_EXTERNAL_BOOST sometimes? Is it correct that the cppcms_boost is header-only? best regards Markus |