Hi Ben,

>
> On current versions of CodeWarrior, defining a variable in an inner
> block makes no difference on stack utilization at all.  The inner scope
> affects accessibilty, but all variable allocation decisions are made at
> a function level, not a scope level.
>

Out of curiosity, can you tell me in which version this was implemented.  I
also began defining variables within blocks (especially less likely to
execute blocks) thinking that this would help with stack usage.  I have to
admit though I never did check if it made a difference.



-- 
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