Re: [pcre-dev] [PATCH] IBM xlc compatibility, pcretest memor…

Góra strony
Delete this message
Autor: Daniel Richard G
Data:  
Dla: hzmester
CC: pcre-dev
Temat: Re: [pcre-dev] [PATCH] IBM xlc compatibility, pcretest memory-leak fixes
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 passes all tests, and I hope
to make real use of it in the future.

I'd be happy to submit benchmark results if there were an existing way of
producing them; some of my fellow developers would find such results
interesting as well. I don't currently have a client application suitable
for this purpose, I'm afraid.

> I would like to add your changes to the project but the patch has a
> strange syntax on my machine:
>

[uucode!]
>
> How can I decode your patch?


I wish there were a more interesting reason for my patch being uuencoded
than that I was using Microsoft Outlook :>

You should be able to get the patch with

    uudecode -o pcre.patch < message.txt



--Daniel