[pcre-dev] [Bug 1844] Building application/PCRE with GCC com…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1844] Building application/PCRE with GCC compiler on AIX6.1 64Bit is taking more time as compared to building with compiler cc_r
https://bugs.exim.org/show_bug.cgi?id=1844

--- Comment #1 from Philip Hazel <ph10@???> ---
Needless to say, I know nothing about AIX or its compiler. When you used GCC,
did you turn on optimization? (e.g. -O2) When you say "regex just as string" do
you mean you are searching for a fixed string? There are much faster ways of
doing that than using a regex. What exactly is your regex? Have you built PCRE
with JIT support (if your hardware supports it)? Have you called pcre_study()
on your compiled regex?

--
You are receiving this mail because:
You are on the CC list for the bug.