|
From: John R.
|
>>>> How do you know how big the code is? > 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 ...) -- |