|
From: Nicholas N. <n.n...@gm...> - 2010-06-30 06:37:13
|
2010/6/29 Сергей Аноховский <ano...@ma...>: > Hello. > I am a student of Institute for System Programming in Russia. I have a some problems with valgrind. > > Why libraries pub_tool_libcassert.h, pub_tool_libcbase.h, pub_tool_libcfile.h and other are statically-linked libraries? Every instrument uses this libraries. And if this libraries will be dynamic link libraries it led to decrease size of binary files. Statically linked programs are bigger but simpler. We used to use DLLs, but they made various things more complicated. Nick |