do we need a call graph?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
mcheung63
Member
Member
Posts: 175
Joined: Thu Jun 22, 2006 8:33 am
Location: Hong Kong
Contact:

do we need a call graph?

Post by mcheung63 »

If you are doing assembly programming or low level programming, do you need a call-graph?
skyking
Member
Member
Posts: 174
Joined: Sun Jan 06, 2008 8:41 am

Re: do we need a call graph?

Post by skyking »

mcheung63 wrote:If you are doing assembly programming or low level programming, do you need a call-graph?
No, why would I? Assembler is often not structurwise that different from C. Sure you do have greater opportunity to produce spaghetti code in assembler, but that doesn't mean that you have to (and most often it is a better idea not to).
Post Reply