|
From: Nicholas N. <nj...@cs...> - 2005-05-30 19:46:42
|
On Mon, 30 May 2005, Robert Walsh wrote: > Hi all, > > I've put a new patch on my web site against the 2.4 tree: > > http://www.durables.org/~rjwalsh/software/valgrind Another comment: you've introduced new VG_USERREQ__* constants. These could be avoided by using the VG_USERREQ__CLIENT_CALL* constants to call VG_(handle_stack_new)() and the other functions. The functions would have to take a ThreadId as their first arg, but that's not difficult. N |