[pcre-dev] [Bug 571] Availability of recursive and non-recur…

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 571] Availability of recursive and non-recursive functions in same library
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX





--- Comment #1 from Philip Hazel <ph10@???> 2007-08-07 11:06:31 ---
No, it isn't possible to do that. You could, of course, take a copy of the
source, change all the function names, and build a second library. But why do
you want this? If you have enough stack (typically Unix/Linux/...) the
recursive implementation works well. If not (some small environments) you have
to use the slower, non-recursive implementation that uses more heap. I can't
see why you would ever want both simultaneously.


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