|
From: Nicholas N. <nj...@ca...> - 2004-01-23 17:20:34
|
On Fri, 23 Jan 2004, Jeremy Fitzhardinge wrote: > Yes, but I think --stop-after=NN is terminally wounded. I don't think > there's any way we can contrive to keep a working execution environment > for the client without Valgrind these days, since even things like > automatic stack growth are handled by V. Which is bad news for detecting bugs in the JIT-compiler; you can't do the binary search technique for finding erroneous BBs. (Well, you probably can if your error and the manifestation of it are close enough, but if it's a subtle error that doesn't manifest for a while, it won't work.) Any way we can achieve the same effect? N |