do we need a call graph?
Posted: Tue Aug 10, 2010 9:38 pm
If you are doing assembly programming or low level programming, do you need a call-graph?
The Place to Start for Operating System Developers
http://f.osdev.org/
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).mcheung63 wrote:If you are doing assembly programming or low level programming, do you need a call-graph?