[pcre-dev] [Bug 2555] Slowdown in 16/32 bit compiling

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2555] Slowdown in 16/32 bit compiling
https://bugs.exim.org/show_bug.cgi?id=2555

--- Comment #6 from Zoltan Herczeg <hzmester@???> ---
JIT compiling is a separate step, if you want to validate a pattern, there is
no need to do that. We can create special code paths for some cases, but if the
pattern is big, JIT compiling may take longer time. We might think about
something for this particular case, but not for this release.

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