Re: [pcre-dev] New API for PCRE

Startseite
Nachricht löschen
Autor: pcunite
Datum:  
To: pcre-dev
Betreff: Re: [pcre-dev] New API for PCRE
>> Please could you give a bit more detail about what you are referring to
>> by "recursive calls". Do you mean recursion in the C code, or recursion
>> in the pattern? (Sorry for the delay in responding; I've just got round
>> to checking everybody's comments to see how they might affect an actual
>> API proposal I'm working on.)


>> As for C++ Builder 2007 ... I don't think any current maintainers have
>> that experience. Help (in due course) may be needed.


>> Philip Hazel


I was referring to how match() uses recursion and can overflow the stack.
It can use the heap but this is slower. I was hoping the new API removes
the need for me to be concerned about this.

Regarding C++ Builder ... no harm. I need to move to Visual Studio anyway.