|
From: Skarakis, K. <kon...@un...> - 2014-08-25 15:42:48
|
So I guess there is a bug in the compiler we use. Maybe I should try to modify Meyer's tool to ignore all "same-line" jumps in the same way as QKachegrind does. Thank you, Costas Skarakis -----Original Message----- From: Eliot Moss [mailto:mo...@cs...] Sent: Monday, August 25, 2014 4:06 PM To: Skarakis, Konstantinos; val...@li... Subject: Re: [Valgrind-users] [Callgrind] jcnd in char array initialization It appears to me that the compiler is writing to all bytes of the string in a loop, as opposed to simply writing a 0x0 to the first byte. Regards -- Eliot Moss |