On Sun, Feb 9, 2014 at 4:45 PM, Nicholas Nethercote <[email protected]> wrote: > > One interest data point: my Cachegrind script does two runs for each > Sunspider test, so I can compare two different shells. If I tell it to > run the same shell both times, the before/after results are always the > same for that invocation of the script. But subsequent invocations > will differ. E.g. I'll get 200M/200M, then 118M/118M, then 228M/228M, > etc. I'm not sure what to make of that.
Oh, that's a bug in my script. If the directory holding the shell is the same for both runs, the second run clobbers the output from the first and so the script ends up using the 2nd run's data for both. (I don't normally compare a shell against itself :) Also, Till suggested --disable-threadsafe but that also didn't help. Nick _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

