Re: Traversing an NSXML subtree
Re: Traversing an NSXML subtree
- Subject: Re: Traversing an NSXML subtree
- From: Kyle Sluder <email@hidden>
- Date: Wed, 27 May 2009 15:36:55 -0700
On Wed, May 27, 2009 at 2:16 PM, Greg Guerin <email@hidden> 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@hidden)
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:
This email sent to email@hidden