This is the mail archive of the glibc-bugs-regex@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/11159] lock contention within regexec() when used from multiple threads


------- Additional Comments From bonzini at gnu dot org  2010-01-11 18:03 -------
regexec converts the NFA to DFA on demand, so the DFA representation is locked
(and some more stuff too, but TLS could indeed be used for that because it is
per-match data; DFA states are persistent).

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11159

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]