|
From: Nicholas N. <n.n...@gm...> - 2009-09-07 22:13:07
|
On Tue, Sep 8, 2009 at 1:50 AM, Tom Hughes<to...@co...> wrote: >> >> As far as I remember, Callgrind (since its merge) always pulled in the detection >> of cache parameters from Cachegrind, as this was nicely separated from the rest >> of the code. > > I think I was mis-remembering - what I was thinking of was the fact that > x86 and amd64 used to be more or less exact duplicates of each > other in cachegrind but they have now been merged. You're both right. There's now a single file dealing with this stuff, cachegrind/cg-x86-amd64.c, which is used by both Cachegrind and Callgrind. Nick |