Page 1 of 1

do we need a call graph?

Posted: Tue Aug 10, 2010 9:38 pm
by mcheung63
If you are doing assembly programming or low level programming, do you need a call-graph?

Re: do we need a call graph?

Posted: Wed Aug 11, 2010 12:46 am
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).