|
From: Eric L. <ew...@an...> - 2006-06-12 20:41:39
|
Are there replacements for the --optimise=no --instrument=no --single-step=yes --cleanup=no flags in the 3.x.x versions (which are documented online as ways of viewing/debugging the IR)? When I tried them, it said those were bad options. Thanks, Eric > 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 > > |