Not per se. However, large functions often mean large stack frames (due to a
large number of local variables). And large stack frames mean that you can
overflow your stack. Perhaps that was your problem?
-- Keith
Jose Manuel Guerra Chapa <[EMAIL PROTECTED]> on 09/01/99 04:11:47 PM
Please respond to [EMAIL PROTECTED]
Sent by: Jose Manuel Guerra Chapa <[EMAIL PROTECTED]>
To: PalmDev <[EMAIL PROTECTED]>
cc: (Keith Rollin/HQ/3Com)
Subject: Function size
We have one function that has 8k code size!!!! An we stop seeing
malfunctioning when we took it apart in pieces (the function calls other
functions)
Is there any problem with the size of some functions?
Regards