------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1336
--- Comment #5 from Zoltan Herczeg <hzmester@???> 2013-02-17 05:42:03 ---
I have an idea which can help you. I started to work on a feature, which
inlines simple recursions in the JIT code. The simple recursions must be
created from characters, character sets, and fixed number or possessive
repetitions.
E.g: /(?:([\w$@`][0-9\w$@`]++)){0}(?1)=(?1)+(?1)/
You get your custom character ranges without worrying about the performance
loss anymore. What do you think?
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email