]> git.eshelyaron.com Git - emacs.git/commit
Make async resolution more efficient
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Jan 2016 08:07:24 +0000 (09:07 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Jan 2016 08:07:24 +0000 (09:07 +0100)
commit4d430711122c74964a0e22e026bc2cb0b5dad1a1
treec76b57541db77dbe88f24ad8fd70e1bb40225599
parente5b34678c42992d01ddd863e57ad5690327e1bc4
Make async resolution more efficient

* process.c (wait_reading_process_output): Use a list of
process objects instead of looping through an array to check
for name resolution.  This should be much faster.
src/process.c