|
From: Nicholas N. <nj...@cs...> - 2005-05-19 14:31:47
|
On Thu, 19 May 2005, John Reiser wrote: >> The first time Valgrind translates the sequence, it discovers how long it >> is. Then, each time that sequence is due to run, Valgrind can check that >> many bytes. Does that make sense? > > Does that assume that the sequence is exactly one basic block? > (True for the current usual gcc 2-instruction x86 case, but ...) I don't think it matters. Each translation of stack code will be considered and checked separately. N |