On Aug 6, 2006, at 8:06 AM, William Squires wrote:
2 - Re-factor the code. Grab common bits in the method, and put them in their own methods. Repeated calculations with only slight variations in the variables used are a good candidate for their own method.
When I refactored my code for 5.0 to avoid the stack limitation imposed by 5.0(it didn't exist in 4.5.3 and earlier, ie., the old compiler), I found that forming new methods to be called from the offending method didn't reduce the 32k stack limitation error. But this, I believe, was an assertion thrown by the compiler, and I think you are addressing a runtime overflow issue, so I think I'm tossing an orange into a basket of apples.
Best, Jack _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
