This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help in Load Store Instrumentation


On Thu, 8 Jul 2004, Ben Elliston wrote:

I am a newbie to GCC development community. Can someone help me in
instrumenting loads/stores in GCC?  I have been thinking of adding
instrumentation to RTL representation after every load/store. But
this makes the code messy. Can someone suggest me something?

Depending on what you want to do with the data, you might consider running your programs on a simulator and capturing memory trace data that way.

mpatrol (www.cbmamiga.demon.co.uk/mpatrol/) is good for this.


N


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]