> From: Adam Wozniak [mailto:[EMAIL PROTECTED]]
> Is there any way to look at the disassembly for a function 
> and determine how much stack space it chews up?

Yes.  Look for the 'link a6,#-n' instruction at the top of the function.
The 'n' value is the size of the stack frame.

(Of course this requires a6 frame generation to be enabled in the project,
but it should be for debugging anyway.)

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to