|
From: Julian S. <js...@ac...> - 2011-02-15 17:02:04
|
On Tuesday, February 15, 2011, xinglp wrote: > There are several 4M+ files under <prefix>/lib/valgrind. > How about create a libcoregrind-<platform>.so instead of > libcoregrind-<platform>.a, and make the huge files link to it. The use of static linking is a design decision. It makes Valgrind more stable and easier to port and test. This means the use of shared libs is not on the agenda. J |