On Wed, May 27, 2009 at 2:16 PM, Greg Guerin <[email protected]> wrote:
> Recursion:

Be careful if you're processing arbitrary XML documents; you only have
8MB of stack to work with by default, and each stack frame adds up
quickly.  You might need to turn your recursive solution into an
iterative one.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to