[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 #7 from Giuseppe D'Angelo <dangelog@???> ---
Sure. I'm not necessarily claiming this is a problem that must be acted upon.
If it's acceptable that the JIT compiler may take such a long time, then it's
just a matter of recommendation to the end user:

1) do not JIT compile untrusted patterns;
2) the tradeoff between spending time in JIT compiling and then matching (vs
just matching) can be huge

Does that make sense?

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