grep-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Grep-devel] [PATCH 0/4] search backend thread safety


From: Zev Weiss
Subject: [Grep-devel] [PATCH 0/4] search backend thread safety
Date: Sun, 25 Dec 2016 02:57:05 -0600

Hello,

In another incremental step toward enabling multithreading in grep
(and reducing the size of my out-of-tree multithreading patch set),
this patch series removes global state from grep's various search
backends (kwsearch, dfasearch, pcresearch) by returning an opaque
pointer from the compile() functions and passing it back into the
execute() functions.


Thanks,
Zev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]