public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Dynamic code changes
@ 2004-01-16 10:59 Brian Blietz
  0 siblings, 0 replies; only message in thread
From: Brian Blietz @ 2004-01-16 10:59 UTC (permalink / raw)
  To: gcc-help

I am trying to implement dynamic code changes in programs compiled with gcc.

I have used the CFG (Control Flow Graph) implementation in GCC 3.2 to
break the code into basic blocks.

In each block, I have inserted a unique ID for the block.  This unique
ID is used to identify the flow of the program.

The code looks something like this:

pushl  (Unique ID)
call    Some_func

Some_func will use the unique ID in an arbitrary manner, which is not 
important.

What I would like to do, is go through the program and recalculate these 
unique ID's for each of
the blocks EVERY time it is run.

I really don't know where to start.  ANY help would be much appreciated.

Brian


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-16 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-16 10:59 Dynamic code changes Brian Blietz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).