[pcre-dev] [Bug 869] Unreasonable recursion caused by two ne…

トップ ページ
このメッセージを削除
著者: John Smith
日付:  
To: pcre-dev
題目: [pcre-dev] [Bug 869] Unreasonable recursion caused by two nested groups
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=869




--- Comment #6 from John Smith <b765786@???> 2009-08-04 13:06:38 ---
> but how would using the heap help? There could still be an
> "insufficient resources" error if the heap ran out.


Well, I believe the size of the stack is many times smaller than the total free
memory. Hence, the maximum recursion limit (before the given resource is
exhausted) should be much lower if you use stack.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email