https://bugs.kde.org/show_bug.cgi?id=467087

--- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> ---
Centos is unlikely to be the problem  - it is one of the best supported
platforms.

ICC is a lot less well supported - not sure if any Valgrind devs use it
regularly.

One quick thing that you can do is give use the output of 'size' on your
executable. For instance

paulf> size `which dolphin`
    text     data   bss       dec        hex   filename
  967740   114080   501   1082321   0x1083d1   /usr/local/bin/dolphin

That's just some random KDE app, but it tells us how big the code is (text),
global data (data) and static data (bss).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to