|
From: Madhan S. <mad...@gm...> - 2007-12-07 06:56:00
|
> > If you simply make test_func be a wrapper around a LOCK-prefixed > instruction and literally nothing else, your prospects might improve > (or not, YMMV :-) Worth a try, I'd say. > This actually works very well. I have all sorts of LOCK prefix usage and NON_SIMD_CALL has been working perfectly fine, right from Valgrind 2.4.1 to 3.2.3 version. As Julian pointed out, in my case the functions have almost nothing else other than the assembly code. Thanks, Madhan. |