[Lldb-commits] [PATCH] D90863: [lldb] [Process/FreeBSDRemote] Remove thread name caching
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 5 11:37:51 PST 2020
mgorny added a comment.
In D90863#2376742 <https://reviews.llvm.org/D90863#2376742>, @emaste wrote:
> Does Linux fetch each time also?
> I agree it's probably not worth the effort.
Yes. However, their logic is simpler (it boils down to opening a dedicated file in procfs (i.e. they don't have to iterate over all threads). Nevertheless, I don't think this is called frequently enough to justify optimization at this point.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90863/new/
https://reviews.llvm.org/D90863
More information about the lldb-commits
mailing list