|
From: Nicholas N. <nj...@cs...> - 2005-03-24 02:29:52
|
On Wed, 23 Mar 2005, Oswald Buddenhagen wrote: > taking this to the extreme, possibly close-to-impossible: would it be > possible to create a(n efficient) tool stacking architecture? this would > sort of resolve the addrcheck vs. memcheck question (by making memcheck > addrcheck + initcheck). this might also be interesting in conjunction > with "unrelated" tools, as sometimes there are correlations between bugs > of different classes. Possible? Probably. I deliberately didn't design for this possibility when I did the core/tool modularisation because the cost/benefit ratio would be really high. N |