This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: Control flow implementation in assembler


On 15 Mar 2000, Ian Lance Taylor wrote:

> To do this correctly within a single file, you need to build a control
> flow graph.  Nothing in the assembler does that right now.  Still,
> it's not that hard.  Just record labels, branches, instruction counts,
> and uses of the Q register.
> 
   Actually, a control flow graph can be pretty damn hard to build.  At
least one that captures all possible control flow, and not just what's
"statically" there.  Really depends on how accurate you want it, and how
the assembly code was generated.

Lynn



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