[pcre-dev] JIT compilation of regexps

Αρχική Σελίδα
Delete this message
Συντάκτης: Panicz Maciej Godek
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: [pcre-dev] JIT compilation of regexps
Hi,
in the manual page "pcreprecompile" it stands:
"if you are using just-in-time optimalization feature,
it is not possible to save and reload the JIT data".

This doesn't answer the question whether the
pre-compilation would fail on JIT-enabled systems,
or perhaps it would still speed something up?

The other question is whether it is impossible
to store the JIT data in principle, or perhaps there
could be an option to store it somehow in some
of the future releases?

Best regards,
Panicz