[pcre-dev] [PATCH] IBM xlc compatibility, pcretest memory-leak fixes

2012-07-03 Thread Daniel Richard G .
Hello folks, I've put in some work on PCRE lately, and would like to submit my changes. They largely address (1) compatibility with the IBM C compiler (xlc), and (2) memory leaks in the pcretest test driver. Everything is in the attached patch, against SVN trunk. A walk-through is below: ++

Re: [pcre-dev] [PATCH] IBM xlc compatibility, pcretest memory-leak fixes

2012-07-03 Thread Zoltán Herczeg
Hi Daniel, thank you very much for fixing these issues. I hope JIT is working well on your system now (If you can share some performance results as well, I am really interested). I would like to add your changes to the project but the patch has a strange syntax on my machine:

Re: [pcre-dev] [PATCH] IBM xlc compatibility, pcretest memory-leak fixes

2012-07-03 Thread Daniel Richard G .
On Tue, Jul 03, 2012 at 11:50:52AM +0200, Zoltán Herczeg wrote: Hi Daniel, thank you very much for fixing these issues. I hope JIT is working well on your system now (If you can share some performance results as well, I am really interested). I haven't used JIT beyond make check, but it