GNOME Bugzilla – Bug 679155
support using the PCRE JIT
Last modified: 2018-05-24 14:19:37 UTC
Latest PCRE supports JIT code generation to speed up matching (at the expense of slower g_regex_new()). See http://sljit.sourceforge.net/pcre.html and http://sljit.sourceforge.net/regex_perf.html for some data on the performance of JITing vs. the interpreter. Pushed a proposal to the wip/pcre-jit branch.
One question I had on that proposal is: Why would you ever want to call g_match_info_get_jited ? All your other pcre branches looked good to me, btw. There were some small typos here and there that I'd rather comment on in splinter.
Hmm you're right, there's no use for it :-) I should just add the list of things in the pattern that will make pcre not support jiting to our docs.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/566.