[pcre-dev] Adding SSE2 support to PCRE2-JIT

2015-08-23 Thread Zoltán Herczeg
Hi, this is just a notification that I recently added x86 SSE2 support to PCRE2-JIT. This improves the performance of "first character" search. The code is mostly ready, but testing may reveal some issues. I also expect some false positive valgrind reports, since the code performs 16 byte align

[pcre-dev] [Bug 1676] Test #17 fails

2015-08-23 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1676 --- Comment #3 from Roy Ivy III --- After more testing, I've narrowed the regression to the last couple of commits. All tests pass up to SVN@347. The tests pass for 8, 16, and 32 bit libraries, under both 32 and 64 bit compilation. Tests start failing

[pcre-dev] [Bug 1674] CMakeLists: Improper override of CMAKE_C_FLAGS

2015-08-23 Thread admin
https://bugs.exim.org/show_bug.cgi?id=1674 --- Comment #2 from Roy Ivy III --- I'm happy to help. I've got a fully working build/test process for Windows at rivy/PCRE on github (https://github.com/rivy/PCRE). It uses a git mirror of your PCRE2, and builds both 32-bit and 64-bit executables. The