|
From: Julian S. <js...@ac...> - 2006-06-06 22:40:43
|
One other thing -- if it hasn't been pointed out already -- is to make friends with the Valgrind flag combination --tool=none --trace-flags=10000000 --trace-notbelow=0 (also --trace-flags=10001000). I always find that seeing the IR printed out nicely makes it much easier to understand what's going on. J |