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


Rajkishore Barik <rkbarik@yahoo.com> writes:

> 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.

Ben


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